{ "id": "85363", "key": "TIMOB-7353", "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": null, "resolutiondate": null, "created": "2012-01-24T10:09:38.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "api" ], "versions": [ { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" }, { "id": "13270", "description": "Release 1.8 Service Pack 3 (CI for 1_8_X)", "name": "Release 1.8.3", "archived": true, "released": false } ], "issuelinks": [], "assignee": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2018-08-02T17:31:48.000+0000", "status": { "description": "This issue was once resolved, but the resolution was deemed incorrect. From here issues are either marked assigned or resolved.", "name": "Reopened", "id": "4", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "When loading a PDF into a WebView, you cannot click links that are present in the PDF. Whether they be text links or links created in acrobat with the link tool. The WebView is just unresponsive. If you open that same PDF in mobile safari, the links work so it is definitely possible in a WebView. The steps to reproduce:\r\n\r\n1) Create a new Ti mobile project and choose for iPhone/iPad.\r\n2) Open app.js and delete all the contents.\r\n3) Paste the following\r\n{code:title=app.js|borderStyle=solid}\r\nTitanium.UI.setBackgroundColor('#000');\r\n\r\nvar win1 = Titanium.UI.createWindow({ \r\n backgroundColor:'#fff'\r\n});\r\nvar wv = Ti.UI.createWebView({\r\n\twidth:320,\r\n\theight:240,\r\n\tscalesPageToFit:true\r\n});\r\nwin1.add(wv);\r\nwv.url = \"http://mv.dop.com/example_slide.pdf\";\r\nwin1.open();\r\n{code}\r\n\r\n4) Save and build the project.\r\n\r\nThe WebView will show up in the middle of the device and you are not able to click any of the links. Looks like a bug to me, right? I've made numerous threads on this in the Ti Community and have not been able to find a solution.", "attachment": [], "flagged": false, "summary": "iOS: PDF Links are not clickable when loaded in WebView: iOS", "creator": { "name": "rondog", "key": "rondog", "displayName": "Ronnie Swietek", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "rondog", "key": "rondog", "displayName": "Ronnie Swietek", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Titanium SDK 1.8.0.1,\r\nTitanium Studio build: 1.0.7.201112281340,\r\niOS SDK 4.3,\r\nOSX 10.6.8", "comment": { "comments": [ { "id": "180437", "author": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "body": "As a workaround, there is a module in the Marketplace that implements this (check Mark's reply):\r\n\r\nhttp://developer.appcelerator.com/question/130963/clicking-links-in-a-pdf-in-webview\r\n\r\nBest,\r\n\r\nMauro ", "updateAuthor": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "created": "2012-01-24T10:49:12.000+0000", "updated": "2012-01-24T10:49:12.000+0000" }, { "id": "195225", "author": { "name": "jyounus", "key": "jyounus", "displayName": "Junaid Younus", "active": true, "timeZone": "Europe/London" }, "body": "Tested with 2.0.1GA2 on the iOS simulator and on an iPhone 3GS, I'm unable to reproduce this issue. Ticket closed.", "updateAuthor": { "name": "jyounus", "key": "jyounus", "displayName": "Junaid Younus", "active": true, "timeZone": "Europe/London" }, "created": "2012-05-17T16:34:16.000+0000", "updated": "2012-05-17T16:34:16.000+0000" }, { "id": "213885", "author": { "name": "rumbrasas", "key": "rumbrasas", "displayName": "Rima Umbrasas", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Still present on:\r\nmobile sdk-2.2.0.v20120810080115\r\nTitanium Studio, build: 2.1.1.201207271312\r\nDevice:\r\nIpad 5.1", "updateAuthor": { "name": "rumbrasas", "key": "rumbrasas", "displayName": "Rima Umbrasas", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-10T15:09:44.000+0000", "updated": "2012-08-10T15:09:44.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }