aullman / opentok-whiteboard

Shared Whiteboard that works with OpenTok
MIT License
34 stars 22 forks source link

Capture functionality #26

Closed madsstenhoj closed 6 years ago

madsstenhoj commented 6 years ago

Changed capture functionality to download file instead of opening in new window, due to Chrome deprecation of window.open functionality:

https://developers.google.com/web/updates/2017/03/chrome-58-deprecations#remove_content-initiated_top_frame_navigations_to_data_urls

aullman commented 6 years ago

Thanks @madsstenhoj looks good! I made some minor changes to style the link properly instead of using a button inside a link.