I am trying to make a solution fit on to a small Android (Amazon Fire HD tablet screen, but the built in browser (Silk) doesn’t have a ‘full screen’ option/button/menu, so there is always a bar across the top (with time etc.) & across bottom (with back/home etc.), as well as the URL bar.
I want to allow the user to click a button on my Servoy form that tells the browser to switch to ‘full screen’ mode.
I found an article that says it supports the Mozilla command “requestFullscreen”, but I don’ know how to get Servoy to send that to browser
https://amazon.developer.forums.answerhub.com/questions/197877/why-does-silk-browser-full-screen-now-have-a-soft.html?cmdf=silk+browser+kiosk+mode
I know it’s possible for a browser to run full screen, as there is this one that I had to sideload that can do it, but requires a ‘hack’ & payment to enable some of what I need (this is me testing for a client to deploy to multiple sites, so don’t want them to have to ‘hack’ each site’s tablet & have to pay lots extra just to get my solution to fill the screen )
[The reason I am trying this particular device is due to the fact that it is currently, probably, the cheapest Android tablet (£~80) from a decent company with a reasonable resolution (1280x800) & a reasonable back camera (5MP), as client will need to take photos to upload in solution]
I have installed
svyUtils
svyUtils$NGClient
ngclientutils
(as well as lots of other stuff…)
Thanks in advance
Rafi