Mottie/Keyboard

Using keyboard in external iframe

sbtran opened this issue · 2 comments

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?

Hi @sbtran!

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

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