BinaryAssault
BinaryAssault
@shimingsg, can you double check the xaml for the radio buttons? Curious why the background color is to the right of the group. Maybe you accidentally discovered a workaround? Also...
It seems our emulators are of different APIs. I am using A10 and you're using A11. But even using A11, if I select one of the pickers or the SwitchCell,...
> This may be an async timing issue. When I was running the emulator without a hypervisor the controls in the ViewCell would briefly show up. Sometimes it would disappear,...
> I Was able to solve using `` or any other large number. I'm not sure how it will work on larger screens. Maybe the problem has something to do...
This is in no way a solution for this, but I ran across this repo [here ](https://github.com/muak/AiForms.Maui.SettingsView) which provides a fully functional settings view. This will allow a functional settings...
I happen to test this today with 2.7.3 and I have no issues. Putting it outside a scrollview fills the screen and scroll is functional. Putting it inside a scrollview...
Added [PR #432](https://github.com/enisn/UraniumUI/pull/423) ReturnCommand/ReturnCommandParameter requires handlers and deeper implementation so I left them out for the moment. Using TextChanged with the EventToCommand behavior from the community toolkit, you can at...
> You can use [StatefulContentView](https://enisn-projects.io/docs/en/uranium/latest/infrastructure/StatefulContentView) until we fix the problem. I think it has a PointerOver style and it doesn't cover transparent situation. Just ran into this issue and can...
I was able to get it to work by placing a grid around the scrollview that had the effect + adding the width to the grid I did notice that...
I need it for android, but I'd imagine someone at some point may need it for apple too.