Cordova-Examples
Cordova-Examples copied to clipboard
A collection of Cordova/Ionic/etc demos.
I'm trying to write logs to file by using your code said in [this link](https://www.raymondcamden.com/2014/11/05/Cordova-Example-Writing-to-a-file) I'm desperately searching for a log to file in cordova even tried searching for ans...
Hi, Thank you for your code sharing but I got falowing error for : [Cordova-Examples/securestorage_ionicnative/app/pages/home/home.ts](https://github.com/cfjedimaster/Cordova-Examples/tree/master/securestorage_ionicnative/app) in run time ReferenceError: cordova is not defined ``` at securestorage.js:57 at new t (polyfills.js:3)...
Code find and create list of events, if not found. I am facing issue with the function **findEvents** don't return anything, Can you please help me to resolve. service.js ```...
for example, i copy geoalert/www to cordova/www, then cmd 'cordova build', but ionicslidebox2 is different, help,i am new study, thank you.
Test on Android 5.0. Plz help give me solution to resolved this issue. Thanks
var resultDiv; document.addEventListener("deviceready", init, false); function init() { document.querySelector("#startScan").addEventListener("touchend", startScan, false); resultDiv = document.querySelector("[ng-model='user.result']"); } function startScan() { cordova.plugins.barcodeScanner.scan( function (result) { //var s = result.text; var s = result.text;...
i fellow the 'standard' step to create app and install plugin,i event edit config.xml but it does not work
Hello, Using the example: https://github.com/cfjedimaster/Cordova-Examples/tree/master/checkanddownload Running ok, to the point "ready app." However I find the downloaded file "mydatafile.txt" Where do I find? Or will be not downloaded?
listening on 192.168.99.212:3000 200 /**api**/appzip 200 /socket.io/socket.io.js 200 /socket.io/?EIO=2&transport=polling&t=1452690074142-0 200 /socket.io/?EIO=2&transport=polling&t=1452690074267-1&sid=XIh2KUPHDdKOeNuMAAAA undefined No Content-Security-Policy meta tag found. Please add one when using the cordova-plugin-whitelist plugin. 200 /socket.io/?EIO=2&transport=polling&t=1452690074356-2&sid=XIh2KUPHDdKOeNuMAAAA 200 /socket.io/?EIO=2&transport=polling&t=1452690074464-3&sid=XIh2KUPHDdKOeNuMAAAA 200...
Hi, I notice that there isn't an example on writing a text file to ex. cordova.file.dataDirectory, do you have any plans to add one? I really like the examples you've...