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

fix(android): avoid crash on input file capture #3715

Merged
merged 3 commits into from
Oct 22, 2020
Merged

Conversation

jcesarmobile
Copy link
Member

With the Camera plugin removal, isMediaCaptureSupported() no longer works as Camera plugin is not present.

hasDefinedPermission and getManifestPermissions are a copy of the same methods from Plugin class, maybe we should put them in a separate class that can be used by both the plugins and the WebChromeClient instead of duplicating.

Copy link
Member

@carlpoole carlpoole left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good. I can add that in with the permissions update branch so the Plugin and BridgeWebChromeClient can share a permission helper.

@jcesarmobile jcesarmobile merged commit f502a99 into main Oct 22, 2020
@jcesarmobile jcesarmobile deleted the fix-input-file branch October 22, 2020 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants