Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-13324] iOS: Wrong positioning of an activity indicator during webpage load

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionCannot Reproduce
Resolution Date2017-06-19T20:27:57.000+0000
Affected Version/sRelease 3.1.0
Fix Version/sn/a
ComponentsiOS
Labelsqe-3.1.0, qe-iOS
ReporterOlga Romero
AssigneeEric Merriman
Created2013-04-02T22:17:00.000+0000
Updated2017-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

Comments

  1. Lee Morris 2017-06-19

    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

JSON Source