Open naggie opened 9 years ago
Thanks Callan for the feedback. Yes, IIRC I needed a way for the user to reset the kiosk, so that top bar appearing with the button on the right to reset was the only way I could think of how to do it.
Yes, IIRC I needed a way for the user to reset the kiosk, so that top bar appearing with the button on the right to reset was the only way I could think of how to do it.
Ah yes, this makes sense. I have a suggestion: provide a mode where this autohiding menu is disabled in favour of simply refreshing when the display is turned on -- assuming it's possible to hook that event.
Do you agree with making webcfullscreen
enable immersive mode and remove the bottom navigation to better match the x86/Pi versions? If not, perhaps it could be an independent option.
All Webconverger instances work from a central configuration. It's flexible for me and it's flexible for you.
Quite right!
For noncommercial use I am happy for you to use the system free of cost.
Thanks, very helpful for my project.
I haven't been able to source an official Pi touch screen yet. I suspect Android will be better especially since it has a decent virtual keyboard.
OK, I'll try it on mine with a Pi2. For my case, a keyboard isn't required.
To give you an idea of what I'm displaying, here it is:
I've disabled any scrolling also, which is why having no moving UX bars is useful.
Thanks for the reply!
It seems that no matter what configuration options I use, I cannot get rid of the top bar (Webconverger xxxxxxx) that frustratingly appears whenever the web page is touched, changing the viewport.
In addition, would it be possible to use Android "Immersive mode?" As far as I can tell this is a 4.4+ feature that removes the bottom Android buttons: Back, Home and Overview. SYSTEM_UI_FLAG_HIDE_NAVIGATION may also be used, apparently.
To put things into context:
Thanks for making the project!