Skip to main content
Participant
November 14, 2014
Question

Is there a way to get a soft keyboard on iOS to show ´join´ or ´send´ in the return key of a keyboard?

  • November 14, 2014
  • 0 replies
  • 201 views

I saw that the ReturnKeyType [1] only supports a subset of value possible on iOS [2].

Basically the supported return key types are "done", "go", "next", "search" and "default" which corresponds to "enter" on iOS

while iOS also supports "Google", "Join", "Route", "Send", "Yahoo" and "Emergency Call".

Two of the iOS types "Join" and "Send" I would find quite useful in places I'm currenlty using the "go" return key type

Is there anyway to get the soft keyboard to show this labels on iOS?

Alternatively it would be great if "join" and "send" are added as Air ReturnKeyType's (e.g. they could default to "go" on other devices)

Thanks

[1] ReturnKeyLabel - Adobe ActionScript® 3 (AS3 ) API Reference

[2] UITextInputTraits Protocol Reference

This topic has been closed for replies.