Da ich die XXAPI leider nur im firefox laufen lassen kann, hier ein kleiner hinweis für alle, die dasselbe problem mit FF haben wie ich: kein vollbildmodus.
um das problem zu lösen braucht es zwei addons (runterladbar über FF).
das erste heist "fullscreen" und schaltet schonmal alles ab bis auf die lästigen scrollbars.
die scrollbars gehen so weg: ladet das addon "stylish", und gebt folgenden neuen style ein:
/* hide scrollbars */
notificationbox {
overflow-x: hidden;
overflow-y: hidden;
}
browser[type="content-primary"], browser[type="content-targetable"] {
overflow-y: scroll;
overflow-x: scroll;
margin-right: -17px;
margin-bottom: -17px;
}
dann bekommt man auch auf einem touchscreen den kiosk modus hin.
um das problem zu lösen braucht es zwei addons (runterladbar über FF).
das erste heist "fullscreen" und schaltet schonmal alles ab bis auf die lästigen scrollbars.
die scrollbars gehen so weg: ladet das addon "stylish", und gebt folgenden neuen style ein:
/* hide scrollbars */
notificationbox {
overflow-x: hidden;
overflow-y: hidden;
}
browser[type="content-primary"], browser[type="content-targetable"] {
overflow-y: scroll;
overflow-x: scroll;
margin-right: -17px;
margin-bottom: -17px;
}
dann bekommt man auch auf einem touchscreen den kiosk modus hin.
Kommentar