Back to Cordova

2021 07 10

slack-digest/2021-07-10.md

latest2.3 KB
Original Source

Cordova Slack Digest

Sat, 10 Jul 2021 08:20:51 GMT

User count: 4549

Join the conversation at slack.cordova.io

Channel #cordova-ios (2 messages)


Fri, 09 Jul 2021 08:49:18 GMT

@joshua says

Was the network tab remove on safari when inspecting the simulator?

Fri, 09 Jul 2021 09:22:06 GMT

@joshua says

Whoops, seems like i needed to use the Safari Technology Preview instead of normal safari

Channel #jobs (1 messages)


Fri, 09 Jul 2021 08:51:36 GMT

@dimitar says

[FOR HIRE] [REMOTE] [Part-Time / Full-Time / Contract] Hello everyone. How are you? This is Dimitar from Bulgaria.

Most definitely, my several years of hands-on experience for Web development has equipped me with the high ability and the motivation to turn your idea into a smashingly reliable build. I can work on your project more attractive and fashionable to reach your goal. Skillset:

  • Backend    * Node.js frameworks - Express, Serverless, Nest    * Python, Django
  • FrontEnd    * Languages - JavaScript | ES5 / 6 / 7 | TypeScript    * React | Redux | Redux Saga | Thunk | Context API | Gatsby | Next.js | Mobx | Apollo GQL    * Vue | Vuex | Vuetify | Nuxt
  • Specialist    * WebRTC, ICE/ Stun/Turn, Jitsi, Twillo API for chat system(Text/Audio/Video)    * Making stable projects with Unit Testing    * Project Deployment with CI/CD    * Hands-on DevOps skills in AWS, Azure, Google Cloud    * Familiarity with high SEO performance

Contact info and example of my work. mailto:[email protected]|[email protected] I'm happy to provide more background info & sample work upon request, and can start working immediately. Regards

Channel #plugins (3 messages)


Sat, 10 Jul 2021 04:41:39 GMT

@chadori says

Hi, is there a way to cordova plugin add ../ all plugins in a folder?

Sat, 10 Jul 2021 04:51:12 GMT

@norman137 says

I don't think cordova has a way to add multiple plugins, but a script could be made, in either node or bash to iterate over your folders and execute the cordova plugin add command against them.

Sat, 10 Jul 2021 04:51:46 GMT

@chadori says

Ah, I see. Got it. Thanks!