Skip to content
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

Crash on resume android app with screen reader turned on #40

Open
israelrios opened this issue Sep 1, 2017 · 1 comment · May be fixed by #53
Open

Crash on resume android app with screen reader turned on #40

israelrios opened this issue Sep 1, 2017 · 1 comment · May be fixed by #53

Comments

@israelrios
Copy link

When the screen reader configuration is changed while the app is paused the app will crash on resume. The cause is a bug in the reflection code used to call "reload" on the Web View. This throws a IllegalArgumentException.

In MobileAccessibility.onResume(boolean) line 147-148, It should be:
Object aView = getView.invoke(webView); Method reload = aView.getClass().getMethod("reload"); reload.invoke(aView);

@hirbod
Copy link

hirbod commented Mar 27, 2018

PR?

dpa99c added a commit to dpa99c/phonegap-mobile-accessibility that referenced this issue Jul 8, 2021
@dpa99c dpa99c linked a pull request Jul 8, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants