Search found 4 matches

Go to advanced search

by Hari Muniswaran
Sun Jul 27, 2014 10:26 am
Forum: Issues
Topic: Unable to add third party phonegap calendar plugin to appery.io
Replies: 5
Views: 222
 
Jump to post

Unable to add third party phonegap calendar plugin to appery.io

Hi Illya, when I test it on a device clicking the button Alert button displays error Error:Class not found When I test it on a browser I get an error stating that the calendarPlugin and cordova are undefined The plugin that I am trying to add is to create a calendar event when user taps on a button ...
by Hari Muniswaran
Sun Jul 27, 2014 6:35 am
Forum: Issues
Topic: Unable to add third party phonegap calendar plugin to appery.io
Replies: 5
Views: 222
 
Jump to post

Unable to add third party phonegap calendar plugin to appery.io

I have a button name= Alert I have created an click event and I am running a javascript var title = "New Years party"; var location = "The Club"; var notes = "Bring pizza."; var start = new Date(2015,0,1,20,0,0,0,0); // Jan 1st, 2015 20:00 var end = new Date(2015,0,1,22...
by Hari Muniswaran
Sun Jul 27, 2014 6:33 am
Forum: Issues
Topic: Unable to add third party phonegap calendar plugin to appery.io
Replies: 5
Views: 222
 
Jump to post

Unable to add third party phonegap calendar plugin to appery.io

The js file is as follows function CalendarPlugin() {} CalendarPlugin.prototype.createEvent = function(title, location, notes, startDate, endDate, successCallback, errorCallback) { if (typeof errorCallback != "function") { console.log("CalendarPlugin.createEvent failure: errorCallback...
by Hari Muniswaran
Sun Jul 27, 2014 6:29 am
Forum: Issues
Topic: Unable to add third party phonegap calendar plugin to appery.io
Replies: 5
Views: 222
 
Jump to post

Unable to add third party phonegap calendar plugin to appery.io

Hi I am trying to add the phonegap calendar plugin to appery.io and I need help I have followed the tutorial as mentioned in http://devcenter.appery.io/documentat... and it does not work I keep getting an error stating that the calendar and cordova are undefined all I am trying to to is to click a b...

Go to advanced search