html - Cordova - Windows Phone 8, camera.getPicture + view image in tag? -
I do not know how to solve externally received images (AKA through camera / photo library)
& lt; Img src = "/// myAppFolder / photoTaken.jpg" /> I resolved local-storage through the window and did it on another platform (Android + iPhone) .requestFileSystem (); And connects to the correct folder path (which gives much more loyal than the window phone - it only gives a relative path) and it works, although I am unsure what to do with the Windows Phone solution in this case .
Using Cordova 2.5.0
Ah! I went through a lot of silly, several hours, after posting ended, I found a solution to my problem :) I was using toURI () when I was toURL () After solving, all got cured!
Comments
Post a Comment