Jakob Steiner
Jakob Steiner
Ok, thats weird. Because currently I'm using the 0.31.1 version in my project with multiple editor instances and the behaviour is like the expected one.
From my point of view, yes it is a regression in 0.32.0
Hi! I think it's the same as #271 As @EddyVerbruggen mentions on the project page: > Plugin version 4.4.0 may crash on Android when pausing and resuming the app. If...
I've had the same issue with the new version. Found a workaround: I have added the `const applicationModule = require("tns-core-modules/application");` and registered the events : ``` applicationModule.on(applicationModule.suspendEvent, function () {});...
Yeah, I'm going to write a small snippet tomorrow..
Hi @EddyVerbruggen and @bradmartin Created a simple base project [nativescript-mapbox-showcase](https://github.com/stoanarrr/nativescript-mapbox-showcase). Have a look into the [home](https://github.com/stoanarrr/nativescript-mapbox-showcase/tree/master/app/home) folder. I think it's not the best solution, but it works fine for me....
While switching between pages, app crashes to (as mentioned in issue #275), solution for me was, to listen for the "onNavigatingFrom" event [(Page docs)](https://docs.nativescript.org/ui/ns-ui-widgets/page#page-events) and when it's triggered detach and...
@paul-muckypuddle sure! Look here: [mabox showcase](https://github.com/stoanarrr/nativescript-mapbox-showcase)
Hi @simonettoa tried it with my other app -> same problem appeared. I think it's the same as #181 . Maybe somewhere the javascript object doesn't release the java binding...
Hi @tsonevn ! Same as #271