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
Porting to Ipad/Iphone and fit screen
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Porting to Ipad/Iphone and fit screen
This issue has been solved. The IOS Simulator > Window> scale was the solution.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
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