Marvin Rohrbach
Marvin Rohrbach
I belive it has to do with these flags being added to the window: [BackgroundExt.java Line 294](https://github.com/katzer/cordova-plugin-background-mode/blob/a2352f5d8b17de5799b35177d9c7c4f32f66c49e/src/android/BackgroundExt.java#L294) See also this [stackoverflow post](https://stackoverflow.com/questions/20438426/running-an-android-application-on-top-of-the-lock-screen). This is a very dangerous default behaviour which...
Yup removing the flags fixes this bug. The problem is that most likely another feature (which i am not using) is going to break because of the change so i...
You can use my fork if you do not need the unlock/above lockscreen/turn screen on functionality
Exactly, the setting is in the device settings and it is used by multiple apps to make it easier to differenciate between different sim cards. - SIM pin input screen...
@Aga-C also the height of the lowest row of keys is different, which looks weird. And also # and * are not vertically aligned with the 0, but this is...
@naveensingh Hey, thanks. I did not know that, since I'm used to the GitLab workflow where you just name your MR "WIP".
Only thing missing is moving the extension function to the common library. What is the workflow for that? Do I first submit a PR there and wait for a version...