Hi,
I'm using the AppBuilder visual studio extension in 2015. When I try to add the PinDialog custom plugin I see all the relevant files. However, I can't detect its existance at runtime nor do I see the pin.js file loaded in debug mode. At first all I did was import and I see the plugin in the plugin configurator.
I added the following to the Android config.xml:
<feature name="Keyboard"> <param name="android-package" value="com.ionic.keyboard.IonicKeyboard" /> <param name="onload" value="true" /></feature><feature name="PinDialog"> <param name="android-package" value="hu.dpal.phonegap.plugins.PinDialog" /></feature>I even tried adding the following to the CorePlugins array in my debug.abproject and release.abproject files:
"hu.dpal.phonegap.plugins.PinDialog@0.1.3"I am using Cordova 4.0.0 with CrossWalk for my project.
Note, I created a sample project using the instructions from the following page and they worked perfectly but for some reason I can't load up the plugin in AppBuilder:
https://blog.nraboy.com/2015/07/using-a-pin-dialog-in-your-ionic-framework-mobile-app/
We have tried using custom plugins before at my company to no avail. I've read through the documentation but didn't see anything that stood out. Perhaps someone can give an in-depth guide as to how anyone is supposed to work with custom plugins.
Thanks!
