Posts by Fred Tavares • 7 points
3 posts
-
0
votes4
answers1242
viewsA: Error with "Cordova run android"
To make BUILD ANDROID No cmd -> address of your project (D: xampp htdocs TESTE5) > Cordova build android Below are the steps that should appear to build correctly Checking Java JDK and Android…
-
-2
votes4
answers3185
viewsA: 301 https protocol redirect to http
var url = window.location.href; // Retorna a url completa console.log(url); var array = url.split(":"); // separa antes e após os : console.log(array[0]); …
-
-1
votes2
answers134
viewsA: Problem with the notify plugin
Look guys, I made some modifications and notify works on Ionic and fires with a certain time. I step here to share with you. index file.html <!DOCTYPE html> <html ng-app="app">…