ebhsgit

Results 31 comments of ebhsgit

@JuneTwooo Unfortunately, that didn't work for me. My app is still getting killed on the Samsung S9+ The pattern seems to be that the app is killed 7 hours after...

hmm. I have a firebase connection in background as well. I assume that is a websocket as well. Maybe it's just a Samsung S9 thing. S6 on Android 7 has...

Try silent: false You can't have silent foreground services.

Found same conclusion as @zutakamarikana Created a cordova-android issue #https://github.com/apache/cordova-android/issues/851

Fixes mauron85/cordova-plugin-background-geolocation#688

Seems like this pull request broke support for Ionic 3 #200 It changed the ionic-angular dependency to @ionic/angular

@sergip76 It's not related to your target Android version. It's cause by change from 4.0.x to 4.1.x of AGP (Android Gradle Plugin) Prior to AGP 4.1.+, `assert` keyword was not...

@CodeWithOz Please note my fork is not intended for production usage. That said, there shouldn't be any changes related to map markers in the fork. If you find the issue....

There are no changes in this branch related to markers. This pr is branched from `master`. Maybe you guys are using a different branch? eg: `multiple_maps`, there are lots of...

@CodeWithOz @EinfachHans Not sure what the issue is with icons. The changes are simple, and are definitely not related to markers.