{ "id": "128103", "key": "TIMOB-16695", "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": "11", "description": "Is not a bug in our product", "name": "Not Our Bug" }, "resolutiondate": "2014-05-09T23:38:01.000+0000", "created": "2014-03-25T11:03:59.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "qe-3.2.3", "triage" ], "versions": [ { "id": "15971", "description": "Release 3.2.3", "name": "Release 3.2.3", "archived": false, "released": true, "releaseDate": "2014-04-30" } ], "issuelinks": [], "assignee": { "name": "ewieber", "key": "ewieber", "displayName": "Eric Wieber", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2014-10-15T22:57:31.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "This is not a regression.\r\nSince issue reproduces on 3.2.2.GA,3.2.1.GA\r\nSteps to Reproduce:\r\n1. Copy Paste the code given Below and run the app\r\n\r\nExpected Result:\r\nWindow opens with webview rendering textField from html page.\r\n\r\nActual Result:\r\nWindow getting displayed as\"file:///concerto/ClientScripts/TouchTestWeb\"\r\n\r\nStudio Logs Attached.\r\n\r\napp.js\r\n{code}\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});\r\n \r\nwin.add(web);\r\nwin.open();\r\n{code}\r\n\r\ntextfield.html\r\n{code}\r\n\r\n \r\n Test for textfields\r\n \r\n \r\n
\r\n First name:
\r\n Last name: \r\n
\r\n \r\n\r\n{code}", "attachment": [ { "id": "46837", "filename": "studioConsoleLog.txt", "author": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-03-25T11:03:59.000+0000", "size": 18993, "mimeType": "text/plain" } ], "flagged": false, "summary": "Android: HTML element inside webview is not working on Android version 4.4.2", "creator": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Appc Studio:3.2.3.201403190645\r\nSdk:3.2.3.v20140324164913\r\nalloy:1.3.1\r\ntitanium:3.2.1\r\ntitanium-code-processor:1.1.0\r\nOsx: Maverick(10.9.2)\r\nDevice:Nexus5(v4.4.2),Nexus7(v4.4.2)", "comment": { "comments": [ { "id": "300005", "author": { "name": "a.marcone", "key": "a.marcone", "displayName": "Alberto Marcone", "active": true, "timeZone": "Europe/Berlin" }, "body": "This started happening to me all of a sudden.\r\n\r\nAll of my webviews are broken. Is there any partial solution/workaround?", "updateAuthor": { "name": "a.marcone", "key": "a.marcone", "displayName": "Alberto Marcone", "active": true, "timeZone": "Europe/Berlin" }, "created": "2014-04-07T08:41:24.000+0000", "updated": "2014-04-07T08:41:24.000+0000" }, { "id": "300778", "author": { "name": "a.marcone", "key": "a.marcone", "displayName": "Alberto Marcone", "active": true, "timeZone": "Europe/Berlin" }, "body": "So this happens on Android 4.4.2 because of the breaking changes of the Webkit-based Webview.\r\n\r\nMigration guide [here|http://developer.android.com/guide/webapps/migrating.html] .\r\n\r\nMy apps are broken because of this and I can't see the bright light at the end of the tunnel (the ticket has been reported 3 weeks ago)", "updateAuthor": { "name": "a.marcone", "key": "a.marcone", "displayName": "Alberto Marcone", "active": true, "timeZone": "Europe/Berlin" }, "created": "2014-04-14T07:46:30.000+0000", "updated": "2014-04-14T07:46:30.000+0000" }, { "id": "303545", "author": { "name": "ewieber", "key": "ewieber", "displayName": "Eric Wieber", "active": false, "timeZone": "America/Los_Angeles" }, "body": "We are seeing this issue occur when services are enabled for a project that is trying to run on Android 4.4.\r\nMore specifically, the SOASTA touchtest module is the culprit.\r\n\r\nRemoving the module from your project should allow the webviews to render properly.\r\nIf you experience different, please let us know.\r\n\r\nWe have informed SOASTA of this and they are working on the fix.\r\nThey currently have this scheduled for June, but we have asked them to make this more of a priority.", "updateAuthor": { "name": "ewieber", "key": "ewieber", "displayName": "Eric Wieber", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2014-05-05T20:33:22.000+0000", "updated": "2014-05-05T20:33:22.000+0000" }, { "id": "304279", "author": { "name": "rtlechuga", "key": "rtlechuga", "displayName": "Radamantis Torres-Lechuga", "active": false, "timeZone": "Asia/Dubai" }, "body": "According to the logs, this is a known Soasta bug and we are waiting for a Fix, solving as not our bug", "updateAuthor": { "name": "rtlechuga", "key": "rtlechuga", "displayName": "Radamantis Torres-Lechuga", "active": false, "timeZone": "Asia/Dubai" }, "created": "2014-05-09T23:38:02.000+0000", "updated": "2014-05-09T23:38:02.000+0000" }, { "id": "328264", "author": { "name": "ewieber", "key": "ewieber", "displayName": "Eric Wieber", "active": false, "timeZone": "America/Los_Angeles" }, "body": "A fix for this went out with the last SOASTA update. I no longer encounter this issue with my apps.\r\nClosing.", "updateAuthor": { "name": "ewieber", "key": "ewieber", "displayName": "Eric Wieber", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2014-10-15T22:57:16.000+0000", "updated": "2014-10-15T22:57:16.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }