Does anybody have a solution for showing dashboard (and dashboard2 for that matter) in full screen on android devices?
It seems that with Chrome/Android 15 the address bar is always shown. Same for Firefox.
Anybody found a solution for this, without elaborate kiosk mode browser apps, etc.?
Edit: It used to work for me on an earlier Android version (with Chrome) but I cannot get it to work any more. It looks like other people also have it working, somehow.
I think (though my memory on this is rather hazy) that it is controlled by the manifest file? I believe that D1 and D2 automatically create those and I don't know if you have any control over them.
Add to Home Screen does not take the address bar away.
I do it that way:
In one of my cards I have content which listens for click.
The fullscreen API does require user interaction thus automatic approach is not possible with that.