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

Plugin fails on Android devices with a Work Profile #286

Open
delwynpinto opened this issue Jan 21, 2020 · 0 comments
Open

Plugin fails on Android devices with a Work Profile #286

delwynpinto opened this issue Jan 21, 2020 · 0 comments
Labels

Comments

@delwynpinto
Copy link

I'm trying to open a .jpeg file on a device. It opens in the default gallery app if opened via the app copy under Personal profile, but fails when opened from the copy under Work profile.

Expected Outcome :
open(filePath, mimeType, options) and showOpenWithDialog(filePath, mimeType, options) should open the file in the default gallery application

Actual Outcome :
open(filePath, mimeType, options) returns error status 9, whereas showOpenWithDialog(filePath, mimeType, options) returns success but nothing happens.

@pwlin pwlin added the android label May 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants