Open BMwanza opened 5 years ago
I think this is because NS 6 uses androidx. Unfortunatelly current plugin is not compatible with it yet. The options are to keep using NS 5.4.3 or try to add customization to the plugin code.
@EddyVerbruggen are there any plans when this plugins gets updated to support NS 6.x?
See my fork. There's a bit of work left to do, namely getting geolocation to work on Android and maybe paring down some console log messages before it will be merged here. I've been slammed for longer than expected. I'll eventually get to it, but if someone wants to take a crack at getting Android geolocation working for the current API level, it would help move things along. It'll be a few weeks yet before I can get to it.
Hi Eddy,
I had to update to NS 6 including updating
tns android
to 6.0.0 due to some listview problems.I am using version 4.3.1 of this plugin in, and now when I try call the
mapview.show()
function I get the following error:I also tried setting a Timeout when pressing the button before calling the
.show()
method but no luck