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         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to