Kepro
Kepro
cordova 9.0.0 ([email protected]) cordova on mac os -> platform ios + browser command `NODE_ENV=development cordova run browser -- -l` maybe the issue is that `cordova-plugin-splashscreen` needs access to config.xml but...
@kotarella1110 hey! currently testing your latest version and works great! and I will create PR soon for that config, just busy... working on two projects
uhm, sorry :-D I switched company so no more Cordova for me :-D
> When the app launched on my phone it is pointing to 10.0.2.2:8888 @kk8401 this IP 10.0.2.2 is your local LAN IP of your laptop or?
@kotarella1110 for sure, I tried it but I have little time, but will check because when I add support for devserver electron still “standalone” version and not devserver
@kotarella1110 hi dude, any update? :)
@kotarella1110 dude! c'mon :D
@qimingweng pls accept it :)
This is the code that I'm using... have the same issue ``` static async getPersistentFS(): Promise { if (cordova.platformId === 'browser' || cordova.platformId === 'electron') { return new Promise((resolve, reject)...