Skip to content
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

Keyboard shortcuts / event propagation from iframe to app chrome, prevents normal HTML text input #68

Closed
danielweck opened this issue Jul 12, 2014 · 2 comments

Comments

@danielweck
Copy link
Member

No description provided.

@jccr
Copy link
Member

jccr commented Jul 12, 2014

Try using ReaderView.addIframeEventListener

Edit: One way I've done this before is to simply filter out input elements based on event.target

danielweck added a commit that referenced this issue Jul 12, 2014
@danielweck
Copy link
Member Author

@jccr Not as simple as that, but the fix utilises a similar strategy:

472d861

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants