I'm trying to use a Cordova plugin without using the native parts, only the browser implementation. In my case cordova-plugin-googlemaps. Is it possible to tell a plugin to use browser mode only?
If not, how could I edit the plugin?
As Najam said, I suggest you to use JS Google Maps API for this purpose, but If you want to use it anyway you only have to make sure you haven't added any platform.
You can also modify your own implementation of the cordova-plugin-googlemaps, and add it to your project as a custom plugin, the steps are found here:
Hope it helps :D