What's new

Full Screen browser for Touch OSC?

synthetic

Senior Member
When Lemur was abandoned, I switched to Touch OSC and got an Android tablet (Galaxy Tab A8.) Open Stage Control creates a web server on my Mac and I access it from the Android tablet. I used to use an app called Full Screen Browser and it worked great. But that app hasn't been updated for 10 years (2014) and now shows as incompatible with my tablet (Android 14/One UI 6.0.) I can still get the system to work in Chrome or Brave but I have the address and tab bars taking up the top 15% of the screen.

Has anyone found a better solution for an OSC controller? Or know of a browser that can hide the address bar and tabs ("kiosk mode?")
 

Attachments

  • Full Screen browser for Touch OSC?
    Photo Nov 02 2024, 11 51 05 AM.jpg
    212.8 KB · Views: 29
Firefox, Chrome and Chromium can be ran from the command line. You would need to search for how open an application from the command line for your OS but this is the general idea. I run an Open Stage Control touchscreen/app on a raspberry pi 5 and use the chromium example below.

Firefox:

firefox --kiosk "URL"

Chromium (chrome should be something similar):

chromium-browser --kiosk "URL"
 
Back
Top Bottom