IPAD3 network application startup screen cannot work in horizontal mode

I built an HTML5 webapp for the iPad, which uses the splash screen for landscape and portrait mode.
I used the link tag below to make it work.


These The image is suitable for iPad1 and 2. However, when using iPad3, the startup screen in landscape mode does not look good, and portrait mode works normally. Do I have to use a different image for landscape mode or must I change the link mark?

The size (in pixels) of the high-resolution iPad publishing image:
1536 x 2008 (portrait)
2048 x 1496 (landscape)
Source: apple

Add it to your media query:
and (-webkit-min- device-pixel-ratio: 2) Position the new iPad, for example:

I built an HTML5 webapp for the iPad, which uses the splash screen for landscape and portrait mode.
I used the link tag below to make it work. < p>


These images are for iPad1 and 2 However, use iPad3 When the startup screen in landscape mode is not suitable, the portrait mode works fine. Do I have to use a different image for landscape mode or must I change the link mark?

The size of the high-resolution iPad published image (in pixels):
1536 x 2008 (portrait)
2048 x 1496 (landscape )
Source: apple

Add it to your media query:
and (-webkit-min-device-pixel-ratio: 2) locate the new iPad, For example:

Leave a Comment

Your email address will not be published.