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
{{ message }}
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
Is there a way of launching an app while on kiosk mode?
I'm using the FileOpener2 plugin to open files in different apps (e.g pdf files on a pdf viewer) however while on kiosk mode the app will close instantaneously.
I've been looking at their plugin source code and there's two ways the intent gets called to launch the app
The openWithDefault does not work. However if it goes through the else statement and it calls the chooser, the chooser does show and I can select an app and it will properly launch.
That is not the behavior me and my team want. We need openWithDefault to work with the kiosk mode and I'm trying to fork a solution to either plugin but I'm not sure how the kiosk will handle this. I'm still not sure why an intent with ACTION_CHOOSER works but not an intent with ACTION_VIEW
The text was updated successfully, but these errors were encountered:
Is there a way of launching an app while on kiosk mode?
I'm using the FileOpener2 plugin to open files in different apps (e.g pdf files on a pdf viewer) however while on kiosk mode the app will close instantaneously.
I've been looking at their plugin source code and there's two ways the intent gets called to launch the app
The openWithDefault does not work. However if it goes through the else statement and it calls the chooser, the chooser does show and I can select an app and it will properly launch.
That is not the behavior me and my team want. We need openWithDefault to work with the kiosk mode and I'm trying to fork a solution to either plugin but I'm not sure how the kiosk will handle this. I'm still not sure why an intent with ACTION_CHOOSER works but not an intent with ACTION_VIEW
The text was updated successfully, but these errors were encountered: