Manuel Beck
Manuel Beck
Hi, please change the following: - Remove the changes on .gitignore & package.json - Add the new methods: - `canScheduleExactAlarms(successCallback, scope)` - `openAlarmSettings(successCallback, scope)` - `openNotificationSettings(successCallback, scope)` - As described...
Hi can you please make the changes? Otherwise I will close this PR.
No response from the author
I made PR to fix this: #2941 For the deprecated Crosswalk WebView, the preference key "BackgroundColor" was wrongly set with "0". It would have to be set with "#000000", but...
Could you verify if the issue persist, with the latest master? thanks.
If it's still a thing, make a new PR on the current master, thanks.
Cool you tracked it down and I was sure that the CLI is doing here something. I googled for `input keyevent 82` and found a entry on the XDA forums:...
@eduardojmrosa Thanks for sharing the fork for the fixed google maps plugin. The link points to https://github.com/apache/cordova-android/issues/fork and not https://github.com/TSFArg/cordova-plugin-googlemaps/tree/master. Maybe you can edit this :) Do you have already...
@breautek @eduardojmrosa If found the bug in cordova-plugin-googlemaps. The plugin sets `` for the `config.xml`, for the deprecated Crosswalk WebView. It should be `#000000`, but this would also set the...
If someone interested, I fixed cordova-plugin-googlemaps in my fork https://github.com/GitToTheHub/cordova-plugin-googlemaps-2 and can continue the plugin there