Rasberry Pi 3

StefanPeeters

Weaksauce
Joined
Oct 7, 2013
Messages
115
Hi,

I have a rasberry pi 3 (raspbian) set up as an info screen. on startup the chromium browser gets launched. The (issue) I have is that the scrollbars are visible. I have searched the internet but didn't found a solution.
The code I have for chromiums startup is:

@xset s off
@xset -dpms
@xset s noblank
Chromium-browser --kiosk http://website.be

Help is very appreciated!
 
This article might help you with optimizing the kiosk mode
Code:
https://medium.com/@spencerfricke/chromium-full-screen-on-boot-with-dragonboard-410c-8ca2f50ab2ab
(unable to paste link w/o it being parsed to use "[medium][/medium]" flags)
 
This article might help you with optimizing the kiosk mode
Code:
https://medium.com/@spencerfricke/chromium-full-screen-on-boot-with-dragonboard-410c-8ca2f50ab2ab
(unable to paste link w/o it being parsed to use "[medium][/medium]" flags)
He already knows how to make Chromium to start in kiosk mode, he wants to get rid of the scroll bars from the kiosk mode.
 
He already knows how to make Chromium to start in kiosk mode, he wants to get rid of the scroll bars from the kiosk mode.

I know that already. There are flags that can be used from that article that could work for this.
 
Back
Top