[AC-3209] iOS: Disabling/enabling activity indicator on WebView for remote urls.
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | n/a |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2012-09-05T12:13:19.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | activityindicator, iOS, indicator, network, webview |
Reporter | Hidayet Dogan |
Assignee | Anirudh Nagesh |
Created | 2012-08-16T02:23:45.000+0000 |
Updated | 2016-03-08T07:57:37.000+0000 |
Description
It would be nice to have an option for WebView to enable or disable activity indicator when opening remote urls. WebView can have an option like "disableActivityIndicator".
For example:
var web = Ti.UI.createWebView({
url: 'http://www.appcelerator.com',
disableActivityIndicator: true
});
This is existing feature in latest SDK.