kartsims / vue-cordova-demo

Demo for vue-cordova NPM package
189 stars 86 forks source link

Cordova inappbrowser plugin #13

Open brianbier opened 7 years ago

brianbier commented 7 years ago

I notice that {{ cordova }} has a list of plugins. I tried adding the cordova-plugin-inappbrowser but it does not show up in the list of plugins. Is there something I am missing where I Should be adding it somewhere.

The reason I'm using it is to avoid problems after a redirect from the instagram API. It keeps opening the web browser and my link breaks.

YangAi commented 6 years ago

I'm also facing the problem with adding inappbrowser plugin.

hope there will be more detail about adding new plugins.

kartsims commented 6 years ago

Hi guys, Sorry for the (very!) late answer. Information about adding plugins is available here, I may add that you would need to npm run build afterwards to use the version including your plugin. If you succeed in adding the plugin, you may write some documentation and submit a PR, I'll be happy to review it. Hope this helps, Cheers