Re: need help

2018-04-24 Thread julio cesar sanchez
No, it’s not possible El martes, 24 de abril de 2018, Shyam Das escribió: > i am a new user of apache cordova. i dont know any thing about cordova. i > have a doubt that is it is possible writing php code on cordova projects.. > Please reply me as soon as possible. > > -- > Thanks and Reagards >

Re: Need help

2017-01-03 Thread Shazron
This is a list for discussing development of Cordova itself, and not how to use Cordova. That being said, all sample code should be in http://docs.cordova.io We've only really tested it in Android Studio or the Android SDK - for Netbeans you are on your own. On Fri, Dec 23, 2016 at 4:06 AM, Subas

Re: Need help

2016-11-03 Thread Victor Sosa
Hi Vikrant, This mailing list is used for Cordova development purposes, not Cordova users support. My advice is that you use StackOverflow and tag it as cordova and cordova-android. You'll reach more people who can help there. Now, quickly for what I can see either the path is wrong or you don't

Re: Need help on accessing Cordova code

2015-07-01 Thread Shazron
There was never a Cordova 1.0 (there was a PhoneGap 1.0). Upgrade. What you would do is create a plugin or modify an existing plugin. The plugin architecture (at least the relatively stable API) was only started in the Cordova 2.x series. Also, please do not spam multiple lists (don't send to com

Re: Need help to develop a plugin to call a native IOS Libraries from the Phone gap

2014-09-14 Thread John M. Wargo
Ram, This is the list used by the developers of Apache Cordova. If you want to know how to do anything with Apache Cordova, the best place to start is the documentation at http://cordova.apache.org/docs/en/3.5.0/. Support questions are best answered on Stack Overflow: http://stackoverflow.com

Re: Need help to develop a plugin to call a native IOS Libraries from the Phone gap

2014-09-14 Thread julio cesar sanchez
This is the official guide http://docs.phonegap.com/en/3.5.0/guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide El domingo, 14 de septiembre de 2014, RAM Mohan Adduri < radd...@consultants.ooredoo.qa> escribió: > Dear Team – > > > > I am just started developing Phonegap plugin to

Re: need help to write plugin for PhoneGap 3.0

2013-10-28 Thread Lucas Holmquist
also, if you use yeoman, try this plugin generator out ( shameless plug :) ) https://npmjs.org/package/generator-cordova-plugin On Oct 26, 2013, at 4:20 PM, Kerri Shotts wrote: > Wrong mailing list. > > Try here: https://groups.google.com/forum/#!forum/phonegap > > Honestly, though, just l

Re: need help to write plugin for PhoneGap 3.0

2013-10-26 Thread Kerri Shotts
Wrong mailing list. Try here: https://groups.google.com/forum/#!forum/phonegap Honestly, though, just look through the existing plugins and play around. That’s how most of us picked it up anyway — start with a really simple plugin, use it as a foundation and build on it. On Saturday, October 26,

Re: need help to write plugin for PhoneGap 3.0

2013-10-26 Thread Ravi Gupta
And sir, I use eclipse ide for developing code Thank you. Thanks & Regards Ravi Gupta 08871511654 On Sat, Oct 26, 2013 at 11:42 AM, Ravi Gupta wrote: > Hello Sir/madam, > > I am unable to write PhoneGap plugin at java script side to send the > control in Android side (in extended class by Co