Issue 1
- If there is a component in the iframe page that has a view in full screen "click button", the click button will now function due to the Tiptop editor not including the iframe attribute ""allowfullscreen="true", in the iframe code saved to the post.
- This issue could be solved by allowing the Tiptop editor to apply the "allowfullscreen="true" attribute to the iframe code.
Issue 2
- Some functions of an iframe page does not load due to this iframe attribute "sandbox="allow-scripts" that is applied by the Tiptop editor to the iframe code.
- If I change "sandbox="allow-scripts" to sandbox="allow-scripts allow-same-origin" the page functions loads.
Recommended Comments
There are no comments to display.