Fabio Biola

Results 11 comments of Fabio Biola

Same thing for placeholder text in UITextField views

As the EXAMPLE.md file told, you should not override the onCreateView and you must not set your content with setContentView. This is because the library call the setContentView method for...

Well, You can have only one time of fragment into your drawer. Because they have separate FragmentManager and it will cause a fragment overlapping if you use two different type...

From what I found it exist a `onTap` method, settable from the `MapOptions`. However this returns a `LatLng` object of the position tapped, so it seems like that it is...

Just for anyone interested, I just translated in dart a function to find if a position is inside a Polygon ``` /// Translated from PHP /// Source: https://assemblysys.com/php-point-in-polygon-algorithm/ bool _pointInPolygon(LatLng...

It's also a blocking problem for apps that want to allow their users to change the app icon

This issue is the same as #8. Please close this one and follow the other one

Hello @chenyan-dfinity, do you have updates on this feature?