Felix

Results 4 comments of Felix

I am experiencing the same issue. It might be related to iOS 13. For the time being I can offer you a small workaround: ``` if (isIOS) { this.map.on("myLocationTapped", event)=>...

Any news on this issue? It is preventing us from updating the core modules for 8 months now. I just tested it with the @next version 6.6 and it is...

Did anyone have success with tns-core-modules 6.5.25? https://github.com/NativeScript/NativeScript/pull/9160 seems to be related to this issue.

@jessorlisa @alereisan I had the same issue after upgrading to the latest version (8.1.1) of nativescript-ui-listview. I had to change the listview item source from an simple js array to...