I am try to find screen height size on my mobile devices
I am trying to do window.screen.height
but it work only on android devices and windows.
I need something new that match to IOS devices with version 14 and above, see a lot of ways to do it on internet but nothing work.
it should work an detect on every iPhone screen like
if(window.screen.height>450)
something..
else
something..
Thanks for helping guys and have a good day!