How to disable display size or screen zoom

Hello,
I used the mobile accessibility plugin to disable the font size from the device.
So user will change the font size from the device it will not reflect in the app. But if the user change the display size then the code is not working which we used and change of display size is effecting the app.

When using LARGE Screen Zoom and Normal Font Size in the Settings of this Android phone and using the same process shown in the video above in the first post, I am getting the same error with the screen rotation and the right side of the screen getting cut off.

The following are screenshots of the phone font and display settings and what it looks like when the screen is cut off.

HIi , did you ever find a solution to overriding this with ionic or angular?
Thanks

Any solution for this?

hi,
i m having the same issue with my application, working with android devices is not an easy feat, anyways, i found the solution is to adapt responsive CSS design

@media only screen and (max-width: 500px)

and inside that query i fixed the width and the height for certain elements, as setting global * zoom or transform: scale broke the entire design, i hope this will prove to be useful to you and future readers.
EDIT max-width of 400px might be a better solution