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.

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

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -