App does not fit screen
Posted: Mon Nov 18, 2019 10:39 pm
Dear all,
I have written an application in LiveCode. The app was working normally but suddenly the app does not fully fit the screen on iPhone 6.
There are black bars on top and bottom of the app. I added already
without success. Unfortunately I can not find the reason. Also the splash screen of the app does not show up anymore. Can you please help?
Thanks in advance.
Best regards,
Maik
I have written an application in LiveCode. The app was working normally but suddenly the app does not fully fit the screen on iPhone 6.
There are black bars on top and bottom of the app. I added already
Code: Select all
on preOpenStack
set the fullScreenMode of this stack to "exactFit“
end preOpenStack
Thanks in advance.
Best regards,
Maik