iOS and effective working screenRect

Jim sims sims at ezpzapps.com
Tue Aug 26 08:12:10 EDT 2014


When I add the following to my iOS app I get the same results (0,0,640,704)
for each.
Not helpful.

How do i get the loc or top of the keyboard (in 3.5, 4.0, and iPad sizes)
so i can properly move fields out of the way of the keyboard?


on keyboardActivated
    answer "keyboard activated" & cr & the effective working screenRect
end keyboardActivated

on keyboardDeactivated
    answer "keyboard deactivated" & cr & the effective working screenRect
end keyboardDeactivated



More information about the use-livecode mailing list