[TIMOB-7733] Add access to the ScrollView of a WebView on iOS5
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Mario |
Assignee | Unknown |
Created | 2012-02-07T04:44:44.000+0000 |
Updated | 2018-03-06T18:57:57.000+0000 |
Description
Since iOS 5, Apple does not longer support JavaScript in WebViews with a PDF (see here: http://stackoverflow.com/questions/7783434/). In place of, UIWebView's UIScrollView is now exposed and with setContentOffset the contentOffset value could be changed.
In Titanium 1.8.1 this does not work because there is no webview.scrollView property.
Is there a way to implement the ScrollView?
No comments