Mottie / Keyboard

Virtual Keyboard using jQuery ~
http://mottie.github.io/Keyboard/
Other
1.77k stars 722 forks source link

Using keyboard in external iframe #793

Open sbtran opened 3 years ago

sbtran commented 3 years ago

Hi Mottie, I currently have set up in my application an iframe (original). From there, another iframe is embedded within that original iframe from an external source. Is there a way for the keyboard to pop up when an element in the external iframe (e.g. textarea) is accessed?

Mottie commented 3 years ago

Hi @sbtran!

You can't access an iframe from an external source. It isn't possible because of security reasons.

sbtran commented 3 years ago

Ah that is understandable. Thank you for your help and for getting back to me!