Using keyboard in external iframe
sbtran opened this issue · 2 comments
sbtran commented
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
Hi @sbtran!
You can't access an iframe from an external source. It isn't possible because of security reasons.
sbtran commented
Ah that is understandable. Thank you for your help and for getting back to me!