You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: