-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not be able to display image after picked up from gallery #13
Comments
When you debug remotely, what do you see? |
I saw imagePicker return image path is file:///data/data/...../cache/filename.jpg. |
Oh, Angular has restrictions on the URIs you can use. You can fix this - see - http://stackoverflow.com/questions/15606751/angular-changes-urls-to-unsafe-in-extension-page |
Ok, thank you so much. Let me check it now |
Good afternoon.
|
hi @vanthienpc did you find a solution for this issue? Could you please tell me if you have found the solution? |
hi i got this there is no picture data in the tags.picture :( @vanthienpc @cfjedimaster view code on app.js process(0, function(data) { console.log("Done processing"); console.dir(data); //make a simple str to show stuff var s = ""; for(var i=0; i app.js = link 쩔어 (ZUTTER) (GD & T.O.P) LOSER IF YOU |
Your code didn't really come out right in the description above. |
hi @cfjedimaster im showing the tags that declare at : but there is no picture in the array object 'tags' can you tell me why? or any suggest? |
A MP3 may not have every piece of data supported by the ID3 spec. |
i have test it on the example folder on this git it shown the picture you can test it but on the project mp3 reader on your git it has no picture |
I'm not quite sure what you are saying. I'm using his code as is - I didn't change it -and if it doesn't properly return a picture when it should, then you need to create a reproduceable case and file a bug on his repo. Does that make sense? My code just uses his library - it doesn't change it, fix it, break it, or anything else. |
Test on Android 5.0. Plz help give me solution to resolved this issue. Thanks
The text was updated successfully, but these errors were encountered: