Results 16 comments of Hongbo LU

it exists already if you check the ios code. ``` navigator.screenshot.URI(function(error,res){ if(error){ console.error(error); }else{ html = ''; document.body.innerHTML = html; } },50); ```

any update on this issue ? it prevents us from collecting coverage with jest

It's a must have feature :) We are building a webapp using vaadin router, and we don't want to use shadow dom because of the theming issue, but currently the...

yeah that's a better idea. my solution is just for the short-term needs.

I'd like as well to have this type of chart. thanks for your hard work.