ngCordova Media on iOS
Hello Guys,I'm using Media plugin (org.apache.cordova.media) in my application to streaming audio. When I build in Android platform works very fine. But, when I build on iOS, the application execute...
View ArticlengUpgrade and Ionic v1
Since Ionic is built on Angular, in theory it should work out of the box for all the angular pieces. That being said, I'm not sure how some of the Ionic-specific pieces will work. Will probably need...
View ArticleCountdown/Timer App
and what do i have to write that it will popup after the timer is finished?
View ArticleCountdown/Timer App
I would assume an if statement. Unless you're talking about having the app and the timer running in the background and pop up when it is done... that one you'll need to do some research on. Not sure...
View ArticlePure CSS Parallax not working
Hi, thanks for the time to put this together Just one quick question, the codepen you provided still seems to not be working? As a reference it is supposed to do this when scrolling
View ArticlePure CSS Parallax not working
Hm... my pen works fine for me... what about it is not working? Do you see any errors in the dev tools?
View ArticleWas it wrong to invest in ionic 1.0
I think we all feel your pain, but I would say you definitely have not made a wrong investment. I learned a technology where the company totally redesigned it and didn't provide a good upgrade path,...
View ArticleIonic 2 and Angular2's Router
As mentioned by @simbco, Ionic 2 doesn't actually use a router, but instead uses a Navigation Stack. This is a slightly different paradigm way of thinking about navigation, but it is a popular pattern...
View ArticleCountdown/Timer App
Lol, you are the one with 200+ Ionic Framework Resources :o Thank you EDIT: Can i send you the code if it dont works?
View ArticlengUpgrade and Ionic v1
Thanks for your reply Andrew.You're right, works out of the box with angular pieces but I don't know for Ionic parts.
View ArticleDownload Ionic 2 bundle files without npm
App.bundle.js is the full application bundle. Since you are wanting just the ionic source you should probably grab it from github or through npm using ionic-framework@2.0.0-alpha.45 or a similar...
View ArticleIonic 2.0: Uncaught ReferenceError: ionic is not defined
I am running into the same issue. I have just updated to ionic 2 (2.0.0-beta.15) and did a ionic start testApp --v2 to create the default tabs app. After that I did an ionic serve --lab. I can see the...
View ArticleIonic 2 and Angular2's Router
Thanks for clarifying guys! This makes a lot of sense! I've worked around ways to reduce the number of imports e.g. sub-classing One example were the auth pages that needed to have routing to: login...
View ArticleSQLite and table creation
Hey @nicraboy, very nice tutorial! I would like to know if I will be able to test it on the Chrome desktop or I need to push my code into my phone to make it work? just fixed my issue and can see my...
View ArticleA date picker for ionic framework applications
Have you been able to get around this problem? I'm also trying to use two datepickers, one as a "Start Date" and the second one as "End Date", and I'd like the End Date datepicker's "inputDate" and...
View ArticleWhite Screen of Death
You don't see any errors because they happen before you connect Safari Web Inspector. You can use live reload on the device with console logging to see the errors that happen on start of the app. Read...
View ArticleCountdown/Timer App
Uh oh. I've been spotted! Time to retreat to the McGivery cave. I would suggest if you have issues posted them on here or on StackOverflow. I personally can't guarantee I will have the time to assist...
View ArticlengUpgrade and Ionic v1
I would guess the team will take a closer look at this further down the road when V2 moves into Beta. Currently, their focus is around working on V2. They'll probably work on an upgrade path when V2...
View ArticleIntegration with Dropbox
There is an article regarding using Dropbox as a data store on my list of Ionic Resources. http://mcgivery.com/100-ionic-framework-resources/
View Article