{ "id": "173016", "key": "TIMOB-26836", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2019-02-19T10:49:05.000+0000", "created": "2019-02-19T10:29:57.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [], "versions": [], "issuelinks": [], "assignee": null, "updated": "2019-02-19T10:49:05.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "When opening a html page that contains textfields inside a webview, clicking on the textfields does not open the keyboard on iOS but on Android the keyboard does open up. \r\n\r\n*Code to reproduce*\r\n{{app.js}}\r\n{code:java}\r\nvar win = Ti.UI.createWindow();\r\n \r\nvar web = Ti.UI.createWebView({\r\n height: Ti.UI.FILL,\r\n width: Ti.UI.FILL,\r\n //url: 'textfield.html'\r\n url: 'test.html'\r\n});\r\n \r\nwin.add(web);\r\n \r\nwin.open();\r\n{code}\r\n\r\n{{test.html}}\r\n{code:java}\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n{code}\r\n\r\n*Expected result*\r\nKeyboard should open when clicking in the textfield\r\n\r\n*Actual result*\r\nKeyboard does not open up when clicking in the keyboard (Android it works fine)\r\n\r\n*Note** This may only be an issue on the iOS simulators\r\n", "attachment": [], "flagged": false, "summary": "iOS: HTML textfields inside webview do not open keyboard", "creator": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "iPhone 6 Sim (12.1)\r\nAPPC CLI: 7.0.10-14\r\nOperating System Name: Mac OS Mojave\r\nOperating System Version: 10.14.2\r\nNode.js Version: 8.9.1\r\nXcode 10.1\r\nSDK: 8.0.0.v20190214095044\r\nSDK 7.5.0.GA", "comment": { "comments": [ { "id": "446149", "author": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Ah sorry it turns out it was an issue with my simulator. (User error)", "updateAuthor": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-02-19T10:49:05.000+0000", "updated": "2019-02-19T10:49:05.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }