Cordova - Windows Phone 8, camera.getPicture + view image in <img /> tag?

emrehus

New Member
I am not sure how to resolve externally obtained images (A.K.A via Camera/PhotoLibrary)\[code\]<img src="http://stackoverflow.com///myAppFolder/photoTaken.jpg" />\[/code\]I did this on other platforms (Android + iPhone) by resolving the local-storage via window.requestFileSystem(); and appending the correct folder path (which looked much more absolute than what window phone provides - it only ever returns a relative path) and it works, however I am uncertain what to do in this case on the windows phone solution.Using Cordova 2.5.0
 
Back
Top