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:
parent
673e5e83dc
commit
f10feec1ec
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue