Skip to content

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

Open
@israelrios

Description

@israelrios

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions