How do I send UIImage that I take from Camera Roll to html?
I'm able to send string right now using this library "https://github.com/marcuswestin/WebViewJavascriptBridge", I'm just having a hard time trying to send a UIImage.
Thank you,
Tee
How do I send UIImage that I take from Camera Roll to html?
I'm able to send string right now using this library "https://github.com/marcuswestin/WebViewJavascriptBridge", I'm just having a hard time trying to send a UIImage.
Thank you,
Tee
Figured this out. I had to convert the image into base64.