@George What is the latest regarding Cordova plugins?
Or to be more specific, I have Google maps using geolocation working in a mobile app, through a browser. Accuracy is not exact, but I would not expect it to be.
I have the same app loading in ios and just seeing the map, without my location being found. I'm making the assumption I need the cordova plugin, but not sure if this is already included with Wappler or I need to add...and if so how do I go about managing plugins?
Actually all web dev technologies like gps positioning and also file upload/photos, should work fine without the need of Cordova plugins.
Usually you need just permissions.
Cordova plugins are more needed when you need to access local native data like local files, or databases and do more native integrations like push msg and others.
Actually PWA apps cover even many especially of those with integrations with web technology.
As we progress towards more visual tooling for workflows (multiple actions) also for the client side (apps), just as what we now have for the server side with server connect, you will see more and more components and workflows for the client side/apps
That will include local database connectors and indeed more Cordova plugins defending on the requests and needs of the users.