Quote:
Originally Posted by sherman
If you want to stick with JavaScript, server sent events could potentially be used, as I know the Kobo browser supports that. Whether you send the image directly to the Kobo by base64 encoding it, or sending update info for the Kobo to fetch an image from a URL is up to you.
|
Do you have any examples? I have tried Websockets for sending images, but the Kobo browser have ignored it o crashed. Kindle's browser seems not to have websockets or fetch.
My last workaround Idea was to use setInterval to trigger an update of an img element with webser serving the latest image at a url.
Unfortunately setInterval doesn't seem to work