function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
stunaitestunaite 

Mobile Browsers

Hello All!

 

I have detected that there are scaling diferences between Santandard and Visualforce pages on mobile browsers

 

When a  mobile (Android or Apple IOS) browser loads a standard page, it allows the user to ZoomOut until all page fits the display size and all content is visible.

 

standard page view - max zoomout this the standard page with max zoomout

 

In contrast, VF pages don't allow the user to ZoomOut until all the page fit the screen.

 

 this the visualforce page with max zoomout

 

 

 

I have already inserted <meta name="viewport" content="width=device-width"/> with no results. Nor even <meta name="viewport" content="minimum-scale=0.1"/> causes any difference.

 

Note that this results are obtained with the same browser settings and I used different browsers. So it isn't a browser configuration issue (I have tryed to change settings without any result as well).

 

Tryed with <apex:page standardStylesheets="false" showheader="false" ... doesn't change the behavior either.

 

Any help we'll be extremely appreciated.

 

Regards