problem with mobileSetKeyboardType
Mike for GDC
mike at golddogcoffee.com
Fri Nov 2 17:48:47 EDT 2018
I have not been able to get the "mobileSetKeyboardType" command to work on
my android. I have tried various options, such as:
on openField
if the environment is "mobile" then
mobileSetKeyboardType "alphabet"
end if
end openField
and
on mouseUp
if the environment is "mobile" then
mobileSetKeyboardType "alphabet"
end if
end mouseUp
Neither work. All I get is the standard keyboard from the android.
Any suggestions?
Thanks.
Mike
More information about the use-livecode
mailing list