HomeiOS Developmentios - Concentrating on Apple units with 2.6 dppx by media queries

ios – Concentrating on Apple units with 2.6 dppx by media queries


All Apple fashionable units use both a 2 or 3 dppx decision, aside from the iPhone 8 Plus, iPhone 7 Plus, and iPhone 6s Plus, which use a 2.6 dppx decision.

I am making an attempt to focus on these units so as to add a Splash Display for my internet app… however I am making an attempt to determine if each of those options can be legitimate:

Possibility A

<hyperlink rel="apple-touch-startup-image" media="(min-resolution: 2dppx) and (max-resolution: 3dppx) and (width: 414px) and (top: 736px)" href="apple-launch-1080x1920.png">

Possibility B

<hyperlink rel="apple-touch-startup-image" media="(decision: 2.6dppx) and (width: 414px) and (top: 736px)" href="apple-launch-1080x1920.png">

I favor possibility B however I do not know if utilizing a non-integer worth for the decision property is definitely legitimate.

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments