martywallace / vue-keyboard

A simple virtual keyboard for Vue.js.
MIT License
153 stars 16 forks source link

iFrame input detection to activate Vue-Keyboard #27

Open thepepperone opened 5 years ago

thepepperone commented 5 years ago

Hi there! I've used your library for a time now. And I must say this is a very great resource. However, I'd like to, perhaps, request to add this as a feature:

Input detection and binding on embedded items like iframe, object, embed, webview and the like.

There could be a lot of instances with which apps would embed these type of features in their sites, especially on forms embedded on frames.

I found a similar case done using jquery but still want to know how to do this in vue, especially in binding the keyboard to all form inputs.