[SOLVED] iOS texts and images are really blurry on retina display

I’ve tried to add NSHighResolutionCapable in info.plist

I tried both

<key>NSHighResolutionCapable</key>
<string>True</string>

And

<key>NSHighResolutionCapable</key>
<true/>

But everything is still very blurry.
What am i doing wrong?

Thanks!

The latest version should have fixed <window allow-high-dpi="true" /> support, which should be default on iOS

1 Like

Thanks, it worked great!