Yermo Lamers
Yermo Lamers
@wuilmerj24 I do not understand your question. I am working on the merge.
@wuilmerj24 This is not a bug in the Mapbox plugin but instead a bug in tns-core-modules https://github.com/NativeScript/NativeScript/issues/7867#issuecomment-569230402
Yea, this is my fault as I haven't had a chance to fix the user location on Android in my huge PR. I'm slammed with another project that is going...
It's on my list to fix but I'm still slammed with this other project but hopefully I'll be able to get to it next month.
I think I have made some progress on this. Using a strictly native app I have verified that it does not crash even if a custom style is used. There...
FWIW, I've managed to get a rough version of standalone Android NativeScript test app working. [https://github.com/Yermo/NsMapboxTest](https://github.com/Yermo/NsMapboxTest) So far I have not been able to get it to crash even after...
@bradmartin, I'm not using the plugin in my test app. The whole point was to determine if there was something intrinsic to the Mapbox library that was causing the crash,...
I am very new to both NativeScript and Android development and am somewhat out of my depth but coming up to speed quickly. I had hoped to avoid having to...
Thank you for the pointers. I really appreciate it. Figuring out how all this stuff hooks together, starting essentially from scratch, has been quite a challenge. I had looked at...
Sadly, calling the lifecycle methods does not fix the problem /if/ the map is added as a child to any component in the view. It will still freeze/crash on resume....