-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
InAppBrowser: java.lang.IllegalArgumentException #470
Comments
What version of the plugin? |
Plugin Version:3.0.0 |
@janpio I have a bit more details. The issue also happens in cordova-android 8.0.0. We have an app with the inappbrowser plugin version built from master branch around February and it was not fixed by then. Judging from the statistics, the problem is prevalent in Samsung phones (~80% of cases) but also visible in Huawei and others. Regarding android version, we had single instances in android 6, and the newer the version the more frequent the problem. Currently 95% cases is android 9. |
Thanks @lknop, that is valuable information. (Btw. we will soon do a new minor/path release to get current Is this reproducible in any way? Best on an emulator? |
We are struggling to reproduce the issue, did not happen on any emulator, and we cannot cause the app to crash repeatably but sometimes we get a samsung phone to crash somehow. I'll report back if we have any success. |
Hello, I see the same issue:
|
Is this issue resolved on 3.1.0? |
I don't see a Pull Request referenced here that could have fixed this @ceyhunkeklik, so probably no (unless via unrelated changes). Biggest problem is that until now there is no reproduction for this - so we don't understand why it is happening and how we could properly fix it. |
We've faced this issue on Android 8.1 and Android 9 devices. Our crash logs almost the same as the other ones.
|
We are facing the same problem. In our app, the incidence rate is high in Samsung Galaxy S9, but it is also occurring in Sony Xperia XZ2 Compact. |
Hi, let me share our case... Here are the results on our Firebase Console.
Almost all are from Android 9. And several devices caused this issue. Also, it happens after the app becomes foreground from background status. Hope it helps. |
Is this related to #348 ? |
We had this issue happen in our 'pre-launch report' before releasing on the play store. The log cat file is 35 megabytes un compressed, so I've zipped it to be more manageable. edit: we're using cordova android 8.0.0 and cordova-plugin-inappbrowser 3.1.0
|
We are also facing the same issue. And It is occurring around 90% in Samsung Devices on Android 9. Ionic Framework Version: 3.20.0 Crash Showing in Firebase Crashlytics is the following:
You Might get Successful to reproduce it by doing the following: |
Still having the same error log in the Play Console for Android 9 with 5.11.0 version of the plugin and Cordova 8.1.0. |
From our stats we can see this issue is with most of the Samsung Devices only. I am pretty sure we don't code at Manufacture level. For our App 95% of crashes is only for Samsung devices. |
Fix interacting with views when Activity destroyed Bug description https://stackoverflow.com/questions/22924825/view-not-attached-to-window-manager-crash
Fix interacting with views when Activity destroyed Bug description https://stackoverflow.com/questions/22924825/view-not-attached-to-window-manager-crash
Fix interacting with views when Activity destroyed Bug description https://stackoverflow.com/questions/22924825/view-not-attached-to-window-manager-crash Co-authored-by: Sarafanov Valeriy <sarafanov_v@firma-gamma.ru>
* master: docs: replaces outdated transition and presentation style links (apache#662) chore: remove deprecated orientation methods (apache#666) Fix incorrect TypeScript typings (apache#515) [apacheGH-652] add check for openInSystem postNotification (apache#654) ci: updates Node.js versions (apache#659) chore(npm): improve ignore list (apache#658) fix(android): Reset lefttoright if not set (apache#442) [android] Correcting the documentation regarding lefttoright opt… (apache#648) (android) Added option to turn on/off fullscreen mode in Android (apache#634) Android apacheGH-470 InAppBrowser: java.lang.IllegalArgumentException (apache#616) breaking(ios): remove UIWebView (apache#635) chore(release): 3.2.1-dev
…apache#616) Fix interacting with views when Activity destroyed Bug description https://stackoverflow.com/questions/22924825/view-not-attached-to-window-manager-crash Co-authored-by: Sarafanov Valeriy <sarafanov_v@firma-gamma.ru>
Hello all,
We have found this error on Google Play Store console that seams to be an InAppBrowser problem
Please help on this I am getting this crash issue frequently.
The text was updated successfully, but these errors were encountered: