Frederico Regateiro
Frederico Regateiro
Ok, but i'm using a normal navigation page. I'm not finding the way to change this styles in the xaml, only in the style.xml ` #1976D2 `
I see, I'm using this library to complement a Mahapps based application, and there are lots of pc's with win7 that use a touch based monitor, like POS systems. I...
@andrazselan i did something more simple, like on TabTip.cs file: ```csharp public static void Open() { Process.Start(TabTipExecPath); } ``` And i allow the user to override the TabTipExecPath if necessary.
Thanks @brminnick I'll be updating those taks as soon as i can
The `DisplayAlert` or the `DisplayActionSheet` are diferent concepts from the `prompt` They allow diferent things.
The documentation on the link also referes to the new `DisplayPromptAsync`. I was asking to see if I was missing something or if someone was already implementing. If i can...
So if someone, like me, use decimal properties, what can we do? don't use this control?
@thoemmi i will try to fix it and if i get something i will do a PR
Looks like long press take long time to implement 😄
For me, I don't contribute more because I lack knowledge on the different platforms. The work done in this project is spectacular, but sometimes it seems that the MAUI team...