Controls not clickable on macOS with 2.4.2
See original GitHub issueHey,
I would like to test the awesome UraniumUI kit, but unfortunately, I cannot get it to work on macOS, because the controls are not clickable (or cannot be focussed).
Maybe I’m doing something wrong, but I followed the documentation as close as possible…
Binding works, but I cannot edit or focus the TextField… What am I doing wrong?
Example Page:
<?xml version="1.0" encoding="utf-8"?>
<uranium:UraniumContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:viewModels="clr-namespace:MyApp.Maui.ViewModels"
xmlns:uranium="http://schemas.enisn-projects.io/dotnet/maui/uraniumui"
xmlns:validation="clr-namespace:InputKit.Shared.Validations;assembly=InputKit.Maui"
xmlns:material="http://schemas.enisn-projects.io/dotnet/maui/uraniumui/material"
xmlns:input="clr-namespace:InputKit.Shared.Controls;assembly=InputKit.Maui"
x:Class="MyApp.Maui.Views.SettingsPage"
x:DataType="viewModels:SettingsViewModel"
Title="{Binding Title}"
Shell.NavBarIsVisible="{Binding NavBarIsVisible}">
<uranium:UraniumContentPage.Content>
<Grid RowDefinitions="*" ColumnDefinitions="*" Padding="50">
<input:FormView>
<material:TextField Title="Url" Text="{Binding Url}">
<validation:RequiredValidation />
</material:TextField>
</input:FormView>
</Grid>
</uranium:UraniumContentPage.Content>
</uranium:UraniumContentPage>
Issue Analytics
- State:
- Created 5 months ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Trackpad click not working
I just solved this by going into system preferences (trackpad) and checking the box to allow tapping to click. Can't drag any windows...
Read more >Mouse Not Working on Your Mac? 10 Tips to Fix It
Open the Apple menu and select System Preferences. · Select Bluetooth. · Control-click your Bluetooth mouse and select Remove. · Select Remove ...
Read more >How to fix macOS Ventura Bluetooth problems
In macOS Ventura, you can do that in Control Center. Just click Control Center in the menu bar, choose Bluetooth, then toggle the...
Read more >Use Switch Control on Mac
On your Mac, choose Apple menu > System Settings, click Accessibility in the sidebar, then click Switch Control on the right. (You may...
Read more >Troubleshooting Connection Issues on macOS
Having a hard time getting your controller to connect using macOS? Follow the recommended troubleshooting steps below to get up and running.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Closing this issue, feel free to reopen if you reproduce the problem
Cool I’ll give it a spin in the next days.
Thank you for the great support 😊