relzhong / vue-virtual-keyboard

Use jQuery Virtual Keyboard in Vue
MIT License
7 stars 3 forks source link

Detect inputs from an iFrame #3

Closed thepepperone closed 4 years ago

thepepperone commented 5 years ago

Hi there! This is a very good Virtual Keyboard Library. I'm just keen to know how to detect all inputs from in iframe src and calling the Virtual Keyboard on active inputs done in Vue.

It'd be of great help if we have some demo for this.

relzhong commented 5 years ago

This component contain a input html tag, the Virtual Keyboard is binding to the inside input tag. So far it doesn't support self defined input tag.

thepepperone commented 5 years ago

All good. :) Thanks for your response.