We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Step 1. >
eruda.init();
After loading complete I wanted to destroy the previous Eruda Object. Step 2. > eruda.destroy();
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,});
Step 3. >
eruda.init({useShadowDom: false,});
Then after Step 3, everything gets messed up.
Thanks.
The text was updated successfully, but these errors were encountered:
👍
Sorry, something went wrong.
It should be fixed in the latest version.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: