mapsplugin / cordova-plugin-googlemaps

Google Maps plugin for Cordova
Apache License 2.0
1.66k stars 913 forks source link

CSS injection problem in all project pages. #2913

Open mirkomartino opened 1 year ago

mirkomartino commented 1 year ago

This piece of code injects css rules such as background-color etc. into all project pages.

This code should only be injected into the page where the -> plugin.google.maps.Map.getMap() function is called.

https://github.com/mapsplugin/cordova-plugin-googlemaps/blob/bdb7af4730857a6b51662a8cfd180f6c5a3dce35/www/pluginInit.js#L90