Is there a quick fix to the clipping, these are the only devices I’m having issues with.
Would this be of any help Use the Babylon GUI - Babylon.js Documentation ?
I cant seem to get this GameGUI._advancedDynamicTexture.useSmallestIdeal = true
to do anything.
As even the demo doesn’t seem to work
That was it thank you @sebavan I just had the value too low, it seems that for iphone 5 the DynamicTexture.idealWidth = 1800;
scaling works best around 1200 - 1800
1 Like