-
Notifications
You must be signed in to change notification settings - Fork 639
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
Electron/Browser JS crash, SplashScreenProxy #244
Comments
Did you try |
Try where? |
in config.xml |
|
dude, just put what you have under browser platform under electron platform |
@Kepro, please stop being so cryptic ... No idea what you mean. Post code or just .... you know? |
this
|
Thanks I will try that |
I guess image is not copied over? Note that |
run cordova with |
The file is never moved. |
I know that this is really old and I apologize for grave digging, but I just wanted to provide some information in regards to this and how I got cordova-plugin-splashscreen to work with Electron. This issue is what helped me troubleshoot the issue... especially with the recommendation of the
Basically, the way I resolved this issue was by:
For that last bullet, please take note that I specifically mentioned the platform_www directory and not www. Whenever you run/build the app, the plugin(s) will get copied from platform_www/plugins/ to www/pugins/. I hope anyone who comes across this will find this useful. I wasted 2-3 days just trying to figure all this out. As far as whose responsible for fixing what, for sure the maintainers of cordova-plugin-splashscreen must fix |
This is bug for Browser platform because the cordova-plugin-splashscreen is not properly configured Go to your config.xml file and add this
|
HEY BRO U SAVED ME LOVE U LOTS OF LOVE |
@gnardydev You are welcome 🙏 thanks to add me an emoji 👍 |
Bug Report
Command or Code
What does actually happen?
Environment, Platform, Device
[email protected]
[email protected]
[email protected]
[email protected].
Checklist
The text was updated successfully, but these errors were encountered: