Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Init with (ShadowDom = false) Failing if previously (ShadowDom was = true) #195

Closed
SparshaDhar opened this issue Apr 26, 2021 · 2 comments
Closed

Comments

@SparshaDhar
Copy link

SparshaDhar commented Apr 26, 2021

Hi, I want to first init eruda with (ShadowDom = true).
Step 1. > eruda.init();
This is to detect any failure before Cordova App has Loaded completely.

After loading complete I wanted to destroy the previous Eruda Object.
Step 2. > eruda.destroy();

Then for all users using the app, I wanted to embed it into a container.
Step 3. > eruda.init({useShadowDom: false,});

Then after Step 3, everything gets messed up.

Thanks.

@125441
Copy link

125441 commented Apr 26, 2021

👍

@surunzi
Copy link
Member

surunzi commented Dec 13, 2022

It should be fixed in the latest version.

@surunzi surunzi closed this as completed Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants