Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-23270] Add returnKeyType : Titanium.UI.RETURNKEY_NEXT support for webView textfield

GitHub Issuen/a
TypeNew Feature
PriorityMedium
StatusClosed
ResolutionInvalid
Resolution Date2016-04-25T09:13:15.000+0000
Affected Version/sRelease 5.2.2
Fix Version/sn/a
ComponentsiOS
Labelsn/a
ReporterJebun Naher
AssigneeEric Merriman
Created2016-04-25T08:52:04.000+0000
Updated2017-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

Comments

  1. Chee Kiat Ng 2016-04-25

    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.
  2. Lee Morris 2017-03-24

    Closing ticket as invalid with reference to the above comments.

JSON Source