fullscreenmode and rect of a substack on mobile device ?
J. Landman Gay
jacque at hyperactivesw.com
Wed Aug 22 16:24:32 EDT 2018
On 8/22/18 3:13 PM, J. Landman Gay via use-livecode wrote:
> But the stack should still fill the screen and it doesn't.
This will resize the stack the same way as your "adapt" handler does, so
you can eliminate that entirely:
on preopenstack
mobileSetAllowedOrientations("portrait")
iphoneUseDeviceResolution true,true
set the fullscreenmode of stack "ipad" to "exactFit"
end preopenstack
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list