-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[iPad]: Injecting annotator inside iframe #6
Comments
I am having this exact same issue also. Touch annotations work perfectly on my page, but when wrapped in an iframe, the text area does not appear when clicking the Annotate button. |
I am having this issue as well. Any help would be greatly appreciated! |
On all mobile OS's, the js doesn't work when you try to annotate by highlighting more than one word (e.g. multiple words, a sentence, or paragraph). Has anyone been able to figure out a fix? |
I am having the same issue, Any fixes for this yet ? |
Me too with this issue. Textarea doesn't appear on iframe |
I have an application that uses iframe to show contents in epub's format.
In every page I need to inject the file into the book to enable the annotations. In Android it works fine, but in iOS, when I select the text and press the button to annotate, it simply not showing the textarea.
In the code, I found that in a feel seconds before the _onAdderTap method is triggered, the 'range' property becomes null and the method cannot do it's work.
Any ideas for solving it?
The text was updated successfully, but these errors were encountered: