Known Limitations
While SuperDev Pro is a powerful tool for frontend developers and designers, there are certain limitations you should be aware of to ensure a smooth experience:
With Iframe
Issue: SuperDev Pro can't be directly used on iframes due to how iframes work as well as certain browser constraints.
Solution: Right-click on the iframe and choose View Frame Source
to open a new browser tab and remove the view-source:
prefix from the tab URL and press Enter. Now, you'll be able to use SuperDev Pro on this page.
With ShadowDOM
Issue: Some of the features won't work properly on ShadowDOM due to how ShadowDOM work as well as certain browser constraints. Solution: We are actively working on addressing the compatibility issues with ShadowDOM. Please stay tuned for updates and enhancements while we are working on the solution.
Move Element
Issue: Move Element feature will not work accurately on certain websites because of the overflow: hidden
property on one or more parent elements.
Solution: No possible solution exists, as changing the overflow property to visible will introduce additional complications on the website.
Export Element
Issue: Export Element feature will not work accurately on certain websites due to the use of complex CSS variables or selectors referencing their parent element. Solution: No possible solution exists, as eliminating the use of complex CSS variables or references to parent selectors in the CSS will introduce further complications.
Take Screenshot
Issue: Take Screenshot feature will not capture full-page screenshots accurately on websites where the main page is unscrollable but contains one or more scrollable child elements. Solution: No possible solution exists, as the main page is unscrollable. In such cases, consider alternative methods or approaches for capturing screenshots.