cordova-plugin-googlemaps icon indicating copy to clipboard operation
cordova-plugin-googlemaps copied to clipboard

multiple_maps - Android: Fix: Invalid <color> for given resource value.

Open GitToTheHub opened this issue 1 year ago • 0 comments

For the deprecated Crosswalk WebView, the preference key "BackgroundColor" was wrongly set with "0". It would have to be set with "#000000", but this would also set the splashscreen backround color to black. So the preference is removed.

GitToTheHub avatar Oct 10 '24 09:10 GitToTheHub