Milan Gohil

Results 14 comments of Milan Gohil

@pictos : Yes it works if I put this into OnAppearing. But this means that, we can not set the StatusBarColor and StatusBarStyle from XAML page itself. We have to...

This was also giving me an exception in my iOS application on startup while debugging on iOS simulator. ![image](https://user-images.githubusercontent.com/16605284/195783759-48a8b255-63a6-4f7d-a9e0-91df9586262c.png) However, when I set "Use the LLVM optimizing compiler" to true,...

As a workaround, for .png icons, you can resize those icons to 30 pixels and they will look good in both platforms. ![image](https://user-images.githubusercontent.com/16605284/192452017-3f198c51-2f65-4bbd-9229-531b82ec0a57.png) Result in iOS: ![image](https://user-images.githubusercontent.com/16605284/192452254-8631a030-dc61-4f82-9fe4-d5dcda47f499.png)

@angelru I will look for this issue later (mostly in a week or two) when I get some free time. Meanwhile, would you please provide me some more details to...

@developer9969 : Thank you for your suggestion. No, as of now you can not size the Dot inside the circle, but this can be surely put as a Roadmap in...

@developer9969 : In .NET Maui PINView control, you can now set the DotSize if you are planning to migrate from Xamarin.Forms to .NET Maui.

@gunpal5 : Thanks for suggesting. Unfortunately you can not customize Border Thickness in this control. But, I will surely add it to a roadmap for .NET Maui control. https://github.com/MGohil/PINView.Maui

@pictos : Is there any date we can know when the very first version is available at-least with very minimal basic feature would be great? Eagerly waiting for this to...

If in first Column, I have FontIcon and in second column is a Label Text, then I could solve this problem by making the first column a Fixed width rather...

Similar issue I came across. Works good in Android but iOS gives strange behaviour with upper left corner. Clipping my content. ![image](https://user-images.githubusercontent.com/16605284/209907913-bd20e08e-9197-41c6-9cb8-1cfa6fe12f18.png)