problem with mobileSetKeyboardType

Brian Milby brian at milby7.com
Fri Nov 2 18:59:17 EDT 2018


Are those commands being executed before the keyboard is displayed?

Thanks,
Brian
On Nov 2, 2018, 4:49 PM -0500, Mike for GDC via use-livecode <use-livecode at lists.runrev.com>, wrote:
> 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 at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode



More information about the use-livecode mailing list