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

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

python - pip wont install .WHL files -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -