Android XDK Intel Html5 - img src width file:///storage/sdcard0 does't work -
if tag link on img src put file directly: file:///storage/sdcard0/myimg/test.jpg, image in preview view in android build compilation appears not.
<img src="file:///storage/sdcard0/myimg/test.jpg">
its correctly in app preview. not view android ?
why? need use different path?
the problem solved.
i installed new version (sep 2014) of xdk. in version, let android.config.xml files edit , expand itself.
i put permission "read_external_storage".
now images displayed.
Comments
Post a Comment