bergwerf / universal-kiosk

Universal Kiosk Chrome App
1 stars 1 forks source link

Auto-Launch option #4

Open pjamies opened 7 years ago

pjamies commented 7 years ago

Is there a way that you could auto-launch the default URL instead of having to click the Go option each time? I know that this will take more programming on your part. Maybe you could have a 10sec breakout key option so one could edit the URL if needed. Thx

bergwerf commented 7 years ago

To be compatible with current users. Ideally this would be something that first has to be intentionally configured. I could a button to the top bar to configure some new behavior. Here is an idea. I see that it is possible to detect in the code if the app is launched in Kiosk mode. So I can add a button that will make the URL loading instant when you are in Kiosk mode, but uses the other behavior outside kiosk mode. That way you can still configure the URL by launching the app outside kiosk mode. Would that be useful for you?

Also, what exactly is the use case for this feature for you?