[AC-2369] Loading Widget on android
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Needs more info |
Resolution Date | 2013-04-04T23:11:55.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Alloy |
Labels | andoid, density, loading, resolution, widget |
Reporter | Michael DeGiovanni |
Assignee | Shak Hossain |
Created | 2013-03-25T15:56:35.000+0000 |
Updated | 2016-03-08T07:41:24.000+0000 |
Description
On Android the images on the default images on the loading widget are not resolution specific and so, on xhigh density resolutions, the loading image is practically not visible.
Hello, We tested this issue with the test code below. We can’t reproduce this issue in Ti SDK 3.2.0.x and Alloy 1.3.0-beta. Please install the latest SDK and test your app. If you continue to get error, please send us a test case with steps to reproduce.
Testing Environment:
Ti CLI 3.3.0 Alloy 1.3.0-beta Android Device 2.3.3,4.2.2 Titanium SDK: 3.2.0.x and later IOS -Simulator -iPhone Retina 3.5 inch/iOS 7.0.3Test Code
index.xmlindex.js
config.json
Step to test
Create a new alloy project
Paste test code in index.js/ index.xml/ index.tss
Now run on android device
Thanks