question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Controls not clickable on macOS with 2.4.2

See original GitHub issue

Hey,

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:closed
  • Created 5 months ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
enisncommented, May 8, 2023

Closing this issue, feel free to reopen if you reproduce the problem

1reaction
sandreascommented, May 7, 2023

Cool I’ll give it a spin in the next days.

Thank you for the great support 😊

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found