Norman Breau
Norman Breau
> I have not yet evaluated if lowering the targetSdk to 28 raises problems with cordova-android 9.0.0. You'll have problems if you plan on publishing to Google Play store as...
Does it only occur with the powermanagement plugin? Are you able to replicate the issue with a very basic cordova app? https://github.com/apache/cordova-contribute/blob/master/create-reproduction.md
Any help to investigate this issue or PRs would be greatly appreciated.
In my testing, if you apply the PR https://github.com/apache/cordova-plugin-statusbar/pull/171 and set the overlay via `config.xml` preference, it appears to reliability set the statusbar properly. I still haven't determined the cause...
The plugin does this to determine if the device is virtual: https://github.com/apache/cordova-plugin-device/blob/db1ee07e234ee6e5efe305b4592e04dedaa21c81/src/android/Device.java#L169-L172 Are you able to update this function to log out the values of `android.os.Build.FINGERPRINT` and `android.os.Build.PRODUCT`? The huawei...
Something like this is generally looked at when we are ready to start preparing a new major release. Because I don't think we have a reason to introduce a new...
Thank you @ericgopak for investigating and providing links to relevant documentations. It does appear that this is the expected behaviour. I think the Cordova documentation is out-dated: > The details...
I feel like it is important to make a distinction between between old edge vs chromium edge as I think anybody is doing that check are doing it for backwards...
If readability is a concern, we can also include source maps so that line numbers and stacktraces at least trace back to the original source file, which the web inspectors...
> Hi, would there be someone available to review this PR? @erisu @timbru31 @breautek Thank you for this PR, however I'm not sure if this will ever actually be released....