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

 

_______________________________________________
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