farfromrefuge
farfromrefuge
@jtaina-onebyte i mean the version of "@nativescript/android" in you package.json. thanks
@jtaina-onebyte thanks. Could you try with `@nativescript/android` version `8.2.0-alpha.9` and see if you see the same issue?
Are you sure that test is enough on android ? I have something like more complex https://github.com/nativescript-community/extendedinfo/blob/master/src/extendedinfo.android.ts#L4 Also you should cache the value It is a simple Boolean when cached...
@mapo80 your link was wrong here is the good link https://github.com/flutter/plugins/blob/master/packages/device_info/device_info/android/src/main/java/io/flutter/plugins/deviceinfo/MethodCallHandlerImpl.java
I for one did not even know it was there! I doubt many apps/ plugins use it today
@NathanWalker I added comments on this
I just had a report of the same issue. My scenario clearly involve suspend but i don't have the exact scenario right now
@Firetrip just to push your point I really think the _getFragmentManager method is wrong in the manner that it does not always return the same manager. We had that case...
Do any of you guys have a very simple repro project? Not using angular would be best. I can look at it andfix but i need a repro project
How is it behaving on Android? You need to make sure you dont add the overlay twice if changing tintColor. You also need to remove it if you change the...