This is a migrated thread and some comments may be shown as answers.

Pushplugin example

6 Answers 73 Views
Report a bug
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Magnus
Top achievements
Rank 2
Magnus asked on 26 Mar 2013, 06:59 AM
Hi
I was glad to hear that pushplugin i supported in v 1.3.

Do you plan to make an example-project for this plugin?
Would be helpfull for me...

Trying to get this working but something is not right. (cordova is not defined). 
Even if the file cordova.js is included at the top of my html-page like this. 

//Mrklapp


<!DOCTYPE html>
<html>
    <head>
        <title></title>
        <meta charset="utf-8" />
        <script src="cordova.js" type="text/javascript"></script>
        <script src="kendo/js/jquery.min.js"></script>
        <script src="kendo/js/kendo.mobile.min.js"></script>
        <script type="text/javascript" src="scripts/PushNotification.js"></script>
        <script src="scripts/main.js"></script>



6 Answers, 1 is accepted

Sort by
0
Evgeni "Zammy" Petrov
Telerik team
answered on 26 Mar 2013, 12:08 PM
Hello Magnus,

 I am currently working on a blog post that will get you started with push notifications.

<script type="text/javascript" src="scripts/PushNotification.js"></script>

Should be:

<script type="text/javascript" src="Plugins/PushPlugin/PushNotification.js"></script>

The same way you see it in your project.

Regards,
Evgeni "Zammy" Petrov
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.
0
Jeroen
Top achievements
Rank 1
answered on 03 Apr 2013, 02:02 PM
I am also interested in this blogpost. Still a bit puzzled how to use the plugin.
0
Steve
Telerik team
answered on 04 Apr 2013, 11:14 AM
Hi Jeroen,

We are applying final touches to the blog post and would publish it next week.

Greetings,
Steve
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Kendo UI Dojo.
0
Relez
Top achievements
Rank 1
answered on 15 Apr 2013, 01:03 PM
Hello, would you let us know the URL of the blog post once its done? 

Thanks!
0
Steve
Telerik team
answered on 16 Apr 2013, 02:38 PM
Hello Relvis,

Yes, we would post the URL once it is live in this thread.

Kind regards,
Steve
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Kendo UI Dojo.
0
Steve
Telerik team
answered on 17 Apr 2013, 11:14 AM
Hi guys,

The blog post is already live and you can find it here: Push Notifications With Cordova & Icenium.

Regards,
Steve
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Kendo UI Dojo.
Tags
Report a bug
Asked by
Magnus
Top achievements
Rank 2
Answers by
Evgeni "Zammy" Petrov
Telerik team
Jeroen
Top achievements
Rank 1
Steve
Telerik team
Relez
Top achievements
Rank 1
Share this question
or