Removing Zoom In/Out Buttons - Android.

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Googie85
Posts: 199
Joined: Tue Aug 05, 2014 10:07 am

Removing Zoom In/Out Buttons - Android.

Post by Googie85 » Sat Oct 30, 2021 10:34 am

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.

andresdt
Posts: 146
Joined: Fri Aug 16, 2019 7:51 pm

Re: Removing Zoom In/Out Buttons - Android.

Post by andresdt » Fri Dec 24, 2021 5:59 pm

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.

Post Reply

Return to “Internet”