Titanium JIRA Archive
Appcelerator Community (AC)

[AC-2369] Loading Widget on android

GitHub Issuen/a
TypeBug
Priorityn/a
StatusResolved
ResolutionNeeds more info
Resolution Date2013-04-04T23:11:55.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAlloy
Labelsandoid, density, loading, resolution, widget
ReporterMichael DeGiovanni
AssigneeShak Hossain
Created2013-03-25T15:56:35.000+0000
Updated2016-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.

Comments

  1. Mostafizur Rahman 2013-12-09

    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.3

    Test Code

    index.xml
       <Alloy>
       	<Window id="win"  >
       		<Require id="loading" type="widget" src="com.appcelerator.loading"/>
       	</Window>
       </Alloy>
       
    index.js
       $.win.open();
       
       $.loading.setOpacity(1.0);
       
    config.json
       {
       	"global": {}, 
       	"env:development": {}, 
       	"env:test": {}, 
       	"env:production": {}, 
       	"os:ios": {}, 
       	"os:android": {}, 
       	"dependencies": {
               "com.appcelerator.loading":"1.0"
           }
       }
       

    Step to test

    Create a new alloy project

    Paste test code in index.js/ index.xml/ index.tss

    Now run on android device

    Thanks

JSON Source