Archive 17/01/2023.

The Resolution of iphone is low

cftvgybhu549

when running app on iphone, the resolution is so low which is always 480*320. But it’s normal on ipad.
when I debug, I found that the function “Graphic::SetMode” is invalid in iphone.
after run this function, the width and height I get is always 480 * 320.
I don’t know how to solve this problem, help me plz~

rasteron

Hello there, I think this issue is related to your problem:

github.com/urho3d/Urho3D/issues … -222401779

as suggested there, try setting the engine’s HighDPI parameter, or simply use -hd if you’re using Urho3D Player.

cftvgybhu549

[quote=“rasteron”]Hello there, I think this issue is related to your problem:

github.com/urho3d/Urho3D/issues … -222401779

as suggested there, try setting the engine’s HighDPI parameter, or simply use -hd if you’re using Urho3D Player.[/quote]

thx man