slack-digest/2020-09-05.md
Sat, 05 Sep 2020 08:43:41 GMT
Join the conversation at slack.cordova.io
Fri, 04 Sep 2020 16:04:09 GMT
@koshoni says
I successfully ran my first hello Cordova app and viewed it on an Android emulator. I'm now trying to clone an existing Cordova app from Github but I can't find any simple instructions on the exact sequence of steps to configure and run an existing project. I'm using Cordova CLI and will be debugging using VScode. Does anyone have some advice? 🙂
Fri, 04 Sep 2020 16:39:05 GMT
@prasunjajodia says
@koshoni Normal projects on github built on cordova would need:
- Clone to local
npm installnpm run build(varies from project to project.. special instructions, if any, should be provided in Readme.md)cordova platform add <platform>cordova run <platform>
Fri, 04 Sep 2020 16:43:54 GMT
@koshoni says
@prasunjajodia thank you, will try it now.
Fri, 04 Sep 2020 17:09:14 GMT
@koshoni says
@prasunjajodia Thank you again sir, the project is up and running 🕺
Fri, 04 Sep 2020 10:14:53 GMT
@norman137 says
Yah I didn't see it in my apps.
Fri, 04 Sep 2020 12:54:07 GMT
@lkvh says
Can anyone confirm if wk-webview-cookie-sync fixes the cookie issue in iOS 13.6?