Opening pdf file issue with InAppBrowser
On an IOS device it will just open the PDF. However on Android you will need a PDF reader installed or use Mozilla PDF.js, either remotely or on device. https://github.com/mozilla/pdf.js
View ArticleHow to use phonegap-plugin-push
Hi all! I like to use the plugin phonegap-plugin-push! Should i calll on every app sart the "registration" part? push.on('registration', function(data) { return data.registrationId }); And send the...
View ArticleIs there easier way to run on Ionic app on the device?
Currently, we can easily run the app on the simulator using Ionic run command. But some apps requires device features like camera etc which can only be tested on the device. In those scenarios how can...
View ArticleSplash screen not showing up on android device
I am also facing issues with Splash screen. It is not working.Here is my environment state: cordova plugin listcom.ionic.keyboard 1.0.3 "Keyboard"cordova-plugin-contacts 1.1.0...
View ArticleAndroid data storage keep growing
Hi @zwacky have tried ur solution, i added the code at:CordovaActivity.java/** * Called when the system is about to start resuming a previous activity. */@Overrideprotected void onPause() {...
View ArticleWordpress HELP Please
Hey, maybe it is too late but instead of hardcoding your Http calls you can use this lib: https://github.com/shprink/wp-api-angularjs Cheers
View ArticleAutoscrolling of ion-view doesn't work on state change when overflow-scroll...
Thanks for the workaround! It looks like this issue is fixed in the latest codebase. So if you want to patch your ionic.bundle.js file instead of using this workaround, just update this line: function...
View ArticleSplash screen not showing up on android device
I have created a simple app to check of any other plugins were conflicting, and even this simple app does not work.I have uploaded it here: https://dl.dropboxusercontent.com/u/110006325/myapp.tar.gz
View ArticleIs there easier way to run on Ionic app on the device?
I get this: ios-deploy was not found. Please download, build and install version 1.2.0 or greater from https://github.com/phonegap/ios-deploy into your path. Or 'npm install -g ios-deploy' using...
View ArticleIs there easier way to run on Ionic app on the device?
Yes simply do what it says sudo npm install -g ios-deploy
View ArticleIs there easier way to run on Ionic app on the device?
Now, I get this: 2016-01-22 11:20:21.567 ios-deploy[93351:6887862] [ !! ] Error 0xe8008015: A valid provisioning profile for this executable was not found. AMDeviceSecureInstallApplication(0, device,...
View ArticleDeploy Android App - x86, armv7 or both?
@sontam Switch to Advanced Mode. Click 'Upload Apk'. Upload your first one(arm or x86). Click 'Upload Apk' again and then upload your remaining apk.
View ArticleIs there easier way to run on Ionic app on the device?
Recently I have had to open the project in xcode and accept its offer to fix the provisioning profile for new projects. Then after that everything has been fine using ios-deploy via ionic cli....
View Articleionic2 Refresher dose not show the pullingIcon and refreshingIcon
i still have the same error , and also i get the same thing for the text
View ArticleIs there easier way to run on Ionic app on the device?
Thanks! I fixed that problem by explicitly selecting a provisioning profile instead of it selecting Automatic. Now, I am looking into how to do live reloads when the app is running on the device?
View ArticleIs there easier way to run on Ionic app on the device?
Perhaps this : https://forum.ionicframework.com/t/run-and-emulate-ios-with-live-reload-not-working-in-ios9/32670
View ArticleLive Reload Broken on iOS Device
Live Reload is not working on device. I issue the following command to run on the device. ionic run ios --device (This works and loads the ionic project on device) To run with live reload option I run...
View Article