Question Screen display css responsive issue

ashim221

New member
Mar 13, 2024
1
0
1
Visit site
I am making an app with Cordova. The app is not responsive on all devices. I had a problem with increasing the device font size, ruining the app, which I have overwritten in the mainactivity.java. But I also have a problem with Samsung settings of screen zoom. Using screen zoom ruins the display of my app. I have noticed games made in Unity overwrite this setting somehow. Does anyone know how to overwrite the Samsung screen zoom settings? Also, I have a question, apart from this and screen rotation, what else can change the screen width and screen height in android?
 

mustang7757

Super Moderator
Moderator
Feb 6, 2017
91,590
6,174
113
Visit site
Welcome to AC!
You can go to developer settings and adjust DPI just remember where the default is or use a 3rd party launcher like Nova to adjust the screen layout, if that app goes into game utility/launcher it might change settings so try the app without the game launcher and see if it behaves the same, outside of that I'm not sure as I never made an app you could probably find more information at XDA forums site.
 
  • Like
Reactions: ashim221