I\'m developing a web app for the iPad, to run in Safari. I don\'t yet have an iPad to test on. Does anyone know the usable screen size - after any space for the safari/ipad
I have not yet started coding for iPad but got these by googling. Might prove useful
https://www.nczonline.net/blog/2010/04/06/ipad-web-development-tips/
https://developer.apple.com/library/content/technotes/tn2010/tn2262/_index.html
The above "correct" answer is actually wrong as it doesn't take into account the black status bar at the top of the ipad screen showing the time, battery life etc. This is an extra 18px of screen that is taken up.
So the usable screen area in Safari is actually: landscape: 1024x672 portrait: 768x928