[TIMOB-23270] Add returnKeyType : Titanium.UI.RETURNKEY_NEXT support for webView textfield
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Medium |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2016-04-25T09:13:15.000+0000 |
| Affected Version/s | Release 5.2.2 |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | Jebun Naher |
| Assignee | Eric Merriman |
| Created | 2016-04-25T08:52:04.000+0000 |
| Updated | 2017-03-24T18:02:29.000+0000 |
Description
In the webview there are textfields like and username and password. When keyboard is focused on username field I want to make "returnKeyType : Titanium.UI.RETURNKEY_NEXT".
But I am not able to do it in webview's textfield. Application is for Android and iOS. Right now "GO" return key is getting displayed. Is it possible to add returnKeyType : Titanium.UI.RETURNKEY_NEXT for webview textfield?
Link of intercom client for details:
https://app.intercom.io/a/apps/k9rdlb68/inbox/shossain@appcelerator.com/conversations/4606270602
This is not possible natively. (There maybe a way to hack around it but it'll be ugly. There may be also a way to do it via html but it's beyond our sdk scope). You can only support returnKeyType for native textfields. There's no control over the content of a UIWebView interacting with any native components.
Closing ticket as invalid with reference to the above comments.