Windows Phone image not visible -
i have problem: i'm creating first app in windows phone platform , put image files in folder assets/images usual when run application not recognize images , don't see images.
my image format png.
on ios , android don't have problem.
please, can me ?
thanks.
here how able handle issue in alloy project android , windows phone.
1.paste png files (large.png) in 'assets/android/images' folder , 'assets/windows/images' folder.
- access images in code follows.
"#large": { image: 'images/large.png', height: ti.ui.size, width: ti.ui.fill } "#large[platform=android]": { image: '../../images/large.png' }
Comments
Post a Comment