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 iframe use the same domain as the implementation window as it will otherwise cause XSS.
- 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.