Parse error : There was a problem parsing the package
Thanks @donsmith. Just building the debug apk without releasing and signing it worked for me.
View ArticleIonic timer!
Hello guys! I have been working with Ionic for a while, since the community has helped me a lot I just wanted to give smth back. Here is a simple timer I built a time ago. Hope it helps someone! Ionic...
View ArticleIonic build --release ios, now what?
I want to build my app and submit it to the app store. I just ran: ionic build --release ios It says ** BUILD SUCCEEDED ** Now what? I assume this generates a ipa file I can send to Apple, am I...
View ArticleHow to append data?
.controller('ApptsController', function($scope, $state, $rootScope) { var cities = Parse.Object.extend("cities"); var cities = Parse.Collection.extend({ model: cities }); var cities = new cities();...
View ArticleDelete function on image gallery
Hi, I've read this article to make a custom image gallery (https://blog.nraboy.com/2015/03/make-a-gallery-like-image-grid-using-ionic-framework/) ...but i dont see how to implement a delete function...
View ArticleIonic build issue
When I run ionic build ios I see an error saying The provided path "/Users/Username/ionicApps/example1/platforms/ios" is not a Cordova iOS project. Cordova is actually installed.
View ArticleIon-radio with checked="true" does not work?
You shouldn't need those (click) events (unless that function is doing something other than changing the value of status), we have a sample radio group in our tests that looks similar without the...
View ArticleAngular 2 - DatePipe fails in Ionic View App
There are some issues with the DateForm pipe on Angular's side. Right now it only works on Chrome and Opera. From Angular: WARNING: this pipe uses the Internationalization API. Therefore it is only...
View ArticleError when launching Ionic Lab
Hi, I'm unable to use Ionic Lab. Every time I try launching it, I get the following error (on OSX 10.10.5) - A JavaScript error occured in the browser processUncaught Exception:TypeError: Cannot read...
View ArticleIonic emulate ios error 1
Nishant:example1 nishantmshah$ ionic emulate iosRunning command: /Users/nishantmshah/ionicApps/example1/hooks/after_prepare/010_add_platform_class.js /Users/nishantmshah/ionicApps/example1add to body...
View ArticleHo to change the toggle background?
Hi how do i change the toggle color when toggle is in offline modedemo
View ArticleIonic Lab (Mac): A JavaScript error occured in the browser process (on launch)
No, same error unfortunately. I am on 10.11.2 OS X.
View ArticleIonic Lab (Mac): A JavaScript error occured in the browser process (on launch)
That is unfortunate. I duplicated this thread here hoping to get some traction. Lets see if that works...
View ArticleIonic Countdown Showing Minutes And Seconds!
Hey Guys, I try to make a Countdown app and want to display the Minutes And Seconds before the Countdown ends.I have no idea how to do it, i searched for it for like 2 hours and didnt get a result I...
View ArticleIn ionic view app window.location Not working but it working in web browser
how to use $state.go() and ui-sref can please show me an example i am newly using ionic for my product
View ArticleStandard Side Menu App Freezes after multiple launches - doh!
I am having a very similar issue. My app freezes when it changes pages. Did you ever figure out a solution to this???
View ArticleMissing publising docs for iOS
I see the Android version here: http://ionicframework.com/docs/guide/publishing.html Is there an iOS version available??
View ArticleSocialSharing Plugin ReferenceError: require is not defined
I am also facing this problem. +1 for solution
View Article