You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After trying this alternative and this alternative modifying directly cordova's android platform MainActivity.java without success, I discovered here that if you modify the zoom property of html body style, you can counter the zoom that display size applies.
In order to automatically detect the display size zoom applied, I've forked cordova-plugin-screensize into my repo and I've added displaySizeScaleFactor value to the get call, which gives you the factor of scaling that display size setting has applied.
In samsung setting there is option to change screen size or display size.
How can change screen size programatically ?
The text was updated successfully, but these errors were encountered: