Titanium JIRA Archive
Appcelerator Community (AC)

[AC-3209] iOS: Disabling/enabling activity indicator on WebView for remote urls.

GitHub Issuen/a
TypeNew Feature
Priorityn/a
StatusClosed
ResolutionDuplicate
Resolution Date2012-09-05T12:13:19.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK & CLI
Labelsactivityindicator, iOS, indicator, network, webview
ReporterHidayet Dogan
AssigneeAnirudh Nagesh
Created2012-08-16T02:23:45.000+0000
Updated2016-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
});

Comments

  1. Hidayet Dogan 2012-08-24

  2. Anirudh Nagesh 2012-09-05

  3. Shak Hossain 2013-12-28

    This is existing feature in latest SDK.

JSON Source