About the image encode/decode doubts
hi all
same as the topic, is there any function or example handling image encoding and decoding in jqm?
what i had try:
1. create image object and link the src to url source;
2. get the base64 data from image;
3. and link the src to the base64 data again to any element in need.
but it seems not work...
any ideas?
thanks
kenneth