Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Taking pictures does not work with WebView 43 and later #3

@svyandun

Description

@svyandun

Since WebView 43 when taking a picture the data Intent parameter on onActivityResult method is not longer null. Therefore, taking picture will result in an error. Checking if getData is null solves the issue.
Line 203 MainFragment.java
(data == null || data.getData() == null)

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