Re: golang based plugins

2017-01-03 Thread Shazron
I can only speak for iOS, but in the generated project code there is this method you can override: https://github.com/apache/cordova-ios/blob/69e06b0a854e5a566b38dd021bcdca0e2f65947c/bin/templates/project/__PROJECT_NAME__/Classes/MainViewController.m#L146 Parse what type of command there, and hand

golang based plugins

2016-12-29 Thread Ged Wed
I am considered writing plugins in golang ? I dont know enough about the internals of Cordova to estimate some of the work involved, and am looking for any feedback from others before writing this. The nature of the plugin API being so simple makes it very easy to be supported on obth Mobile and