joefaron opened a new issue, #1500:
URL: https://github.com/apache/cordova-android/issues/1500

   # Bug Report
   
   ### What is expected to happen?
   Display full screen width
   
   
   ### What does actually happen?
   Randomly decides to not use full width of viewport.
   
   
   ## Information
   I've tried disabling all plugins, custom icons, still happens.  Happens 
randomly on our live app as well: 
https://play.google.com/store/apps/details?id=com.fishwranglr.app
   
   
   ### Command or Code
   Random loads decide not to load within full width of screen.
   
   
   ### Environment, Platform, Device
   Samsung S20 FE.
   
   
   ### Version information
   "cordova-plugin-device": "2.1.0",
       "cordova-plugin-facebook-connect": "3.2.0",
       "cordova-plugin-network-information": "3.0.0",
       "cordova-plugin-purchase": "11.0.0",
       "admob-plus-cordova": "1.28.0"
   
       <uses-sdk
           android:minSdkVersion="22"
           android:targetSdkVersion="31" />
   
   Cordova 11, cordova android 10.1.2, gradle 7.3.
   
   
   The grey area in screen shot is draggable, it's not <html> or <body>.. it's 
outside of the viewport I imagine.
   
   My viewport meta is:
   <meta name="viewport" content="initial-scale=1, maximum-scale=1, 
minimum-scale=1, width=device-width, user-scalable=no, viewport-fit=cover">
   
   js vars are always the same, even when it displays like this.
   window.screen.width=360
   window.innerWidth=420
   window.devicePixelRatio=3
   
   ![Screenshot_20220927-110554_Fish 
Wrangler](https://user-images.githubusercontent.com/702672/192607656-b5471fc9-f5e4-4288-923d-246a59bcb13e.jpg)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to