Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-11040] default activity Indicator for webview shows on left

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionCannot Reproduce
Resolution Date2017-06-26T20:49:47.000+0000
Affected Version/sRelease 2.1.2, Release 3.1.0, Release 3.4.1, Release 3.5.0
Fix Version/sn/a
ComponentsiOS
Labelsqe-3.5.0, webView
ReporterJong Eun Lee
AssigneeEric Merriman
Created2012-08-01T18:12:09.000+0000
Updated2017-06-26T20:49:47.000+0000

Description

check this link. http://stackoverflow.com/questions/11356990/how-to-align-web-view-activity-indicator-center-in-titanium-sdk-iphone !http://i.stack.imgur.com/AYTvv.png!

Comments

  1. Betty Tran 2012-08-09

    Hi JongEun, Can you provide a simple code sample that reproduces the bug?
  2. Betty Tran 2012-09-21

    The activity indicator does not appear in the center of the web view. The following code reproduces the issue:
       var win = Ti.UI.createWindow({
           backgroundColor:'white'
       });
       
       var extwebview = Ti.UI.createWebView({
           url: 'http://google.com',
           height: Ti.UI.FILL,
           width: Ti.UI.FILL
       });
       
       win.add(extwebview);
       
       win.open();
       
  3. Shameer Jan 2013-03-26

    Issue reproduces Tested with Titanium Studio, build: 3.0.1.201212181159 Titanium SDK version: 3.1.0 Titanium SDK version: 3.0.2 iOS iPhone Simulator: iOS SDK version: 6.0
  4. Wilson Luu 2014-12-04

    Issue is still reproducible on: Appcelerator Studio, build: 3.4.1.201410281743 SDK build: 3.5.0.v20141203160911 CLI: 3.4.1 Alloy: 1.5.1 Xcode: 6.1.1 GM Devices: iphone 6 plus (8.1.1)
  5. Lee Morris 2017-06-26

    I am unable to reproduce this issue with the following environment; iPhone 7 (10.2) Studio 4.9.0.201705302345 Ti SDK 6.1.1.v20170623141152 Appc NPM 4.2.9 Appc CLI 6.2.1 Ti CLI 5.0.13 Alloy 1.9.11 Arrow 2.0.0 Xcode 8.2 (8C38) Node v4.8.2 Java 1.8.0_131

JSON Source