[TIMOB-13324] iOS: Wrong positioning of an activity indicator during webpage load
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2017-06-19T20:27:57.000+0000 |
Affected Version/s | Release 3.1.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | qe-3.1.0, qe-iOS |
Reporter | Olga Romero |
Assignee | Eric Merriman |
Created | 2013-04-02T22:17:00.000+0000 |
Updated | 2017-06-19T20:27:57.000+0000 |
Description
An activity indicator appears in the top left corner of the screen on a web page load.
*not a regression* occurs in 3.0.2.GA
Test steps:
1. Run this code:
var win = Ti.UI.createWindow();
var webView = Ti.UI.createWebView({
width: '100%',
height: '100%'
});
win.add(webView);
webView.url = 'http:// google.com'; // if you remove the space, it works fine in 1.8.2
win.open();
2. Rotate the device
Actual result:
1. Activity indicator is barely seen in the left top corner
2. Activity indicator moves to the center of the screen
Expected result:
The activity indicator should be visible and in the center of the screen
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.v20170609091155 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