Can content inside an iframe be read?
Yes, webReader can be configured to have the content inside an iframe read. It will work as long as the following requirements are met:
- The domain of the iframe needs to be the same as the parent page (where webReader is implemented), as web browsers dissallow a site to directly access the content of an cross-domain iframe. This is a security feature to prevent XSS (Cross-Site scripting).
- The iframe is a child of the implemented window, not a parent.
- The iframe is within an existing reading-area, as it will otherwise reload and not be read correctly.
Demo: https://demo.readspeaker.com/webreader/iframe-reading
Contact moc.rekaepsdaer@troppus for more information.