Permissions & plugins

Hi! :slight_smile: Thanks for the fast reply.

  1. Permissions: I was able to fix this issue. The original post shows the permission I added for vibrate and network access. My question is: Does Volt Builder have features that auto-add permissions, or should I assume nothing is added and manually add the ones I need? - And a side question: Has any created a plugin to permission repository to ensure this is done correctly/automatically?

  2. The Plugin I was testing.

<plugin name="cordova-plugin-vibration" source="npm" spec="~3.1.1" />

A few questions: Is it best practices to include/remove the spec attribute? Should avoid using the gap:plugin tag? such as this SMS example?

<gap:plugin name="cordova-plugin-sms" source="npm" />

A little background: - I have created a drag drop UI tool called Nimble. It’s basically Visual Basic for Javascript. It created single page applications for browsers, electron, and originally Phone Gap. I am migrating my build process to Volt. Just trying to automate plugins, permission and streamline the process accurately.