Page 1 of 1

Removing Zoom In/Out Buttons - Android.

Posted: Sat Oct 30, 2021 10:34 am
by Googie85
Hii Guys!!

I was wondering if there is a way to remove the Zoom In and Out Buttons from the web browser on an Android device running an app from LC 9.

Many Thanks,

Googie.

Re: Removing Zoom In/Out Buttons - Android.

Posted: Fri Dec 24, 2021 5:59 pm
by andresdt
Try putting the following line in your html

Code: Select all

<head>
--- Other meta tags
<meta name = "viewport" content = "width=device-width, initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no">
</head>
Look at https://www.w3schools.com/css/css_rwd_viewport.asp to understand a little more about this.