1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-03 14:59:18 +02:00

Add enable-annotation attr to iframe

This commit is contained in:
Fred Chasen 2017-09-14 22:45:08 -05:00
parent 673e5e83dc
commit f10feec1ec

View file

@ -76,6 +76,8 @@ class IframeView {
// Back up if seamless isn't supported
this.iframe.style.border = "none";
this.iframe.setAttribute("enable-annotation", "true");
this.resizing = true;
// this.iframe.style.display = "none";