Page 1 of 1

Porting to Ipad/Iphone and fit screen

Posted: Sun Jun 01, 2014 1:12 am
by trags3
I have a stack that I have been working with on android. The set the fullScreenMode is set to "exactFit" on the preopenstack handler.
When I test the app on the Ipad or iPhone simulator the top of the stack is cut off.
I have tried various settings ie "noborder" etc and the result is pretty much the same.

What am I doing wrong?

Tom

Re: Porting to Ipad/Iphone and fit screen

Posted: Fri Jun 06, 2014 12:48 pm
by trags3
trags3 wrote:I have a stack that I have been working with on android. The set the fullScreenMode is set to "exactFit" on the preopenstack handler.
When I test the app on the Ipad or iPhone simulator the top of the stack is cut off.
I have tried various settings ie "noborder" etc and the result is pretty much the same.

What am I doing wrong?

Tom
This issue has been solved. The IOS Simulator > Window> scale was the solution.
It wasn't clear to me that the simulator was cutting off content because I was working on a Mac Book with a screen resolution less than the devices being simulated.
Tom