From 79cbf110e5ba9b281ed94e55bf1ae24ec1b645db Mon Sep 17 00:00:00 2001 From: gine Date: Sat, 8 Apr 2017 13:13:31 +0200 Subject: [PATCH] apertura della pagina giusta alla notifica di un evento ed esempi per altri tipi di push --- www/js/push.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/www/js/push.js b/www/js/push.js index 8889d6f..4077a5e 100644 --- a/www/js/push.js +++ b/www/js/push.js @@ -41,6 +41,8 @@ function onDeviceReadyPush() { */ var eventId = notification.additionalData.data.id; var eventUrl = notification.additionalData.url; + + alterContent('#events'); /* * TODO: mandare l'utente all'evento.. * l'url servirebbe solo se lo si vuole fare in webview @@ -60,6 +62,13 @@ function onDeviceReadyPush() { * altrimenti bisognerebbe fare il fetch dell'xml o json dal sito, * salvarlo o comunque visualizzare la pagina */ + + FONTE.categories = { + ilove : [497,647,590], //ilove, 4mar, solid + info : [8,42,68,3], //ilove, 4mar, solid + }; + // alterContent('#info'); + // alterContent('#ilove'); break; case 'notice': /*