[TIMOB-11040] default activity Indicator for webview shows on left
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Cannot Reproduce |
| Resolution Date | 2017-06-26T20:49:47.000+0000 |
| Affected Version/s | Release 2.1.2, Release 3.1.0, Release 3.4.1, Release 3.5.0 |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | qe-3.5.0, webView |
| Reporter | Jong Eun Lee |
| Assignee | Eric Merriman |
| Created | 2012-08-01T18:12:09.000+0000 |
| Updated | 2017-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!
Hi JongEun, Can you provide a simple code sample that reproduces the bug?
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();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
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)
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