Routing problems after update to 1.2.1 from 1.0.1
Hey guys, I just upgraded my app to use Ionic 1.2.1 from 1.0.1, and now I can't get it to change routes from the otherwise state. It will go to the home screen, but any time I try to change to a...
View ArticleStarter Tabs - Adding modules and getting blank
I created a simple tabs starter and began adding controllers and so forth. Once I do, the app turns blank (white screen). Example in app.js angular.module('starter', ['ionic', 'starter.controllers',...
View ArticleIonic 2 beta45 - ReferenceError: Zone is not defined
Hi chaps, updated to Ionic2-beta44 and Angular2-beta0. Getting this error on a fresh install: ReferenceError: Zone is not defined Could it be that the angular2-polyfills.js file is not being included...
View ArticleDoes Cordova Media plugin support streaming?
Is there any solution for this issue ? I have the same problem with IOS, the app is freezing
View ArticleIonic 2 alpha.45 sidemenu broken
I created a test app to get the latest package.json along with trying to update other files like the webpack.config.js, i did it successfully but now i have an issue, my updated app has sidemenus,...
View ArticleIonic 2 beta45 - ReferenceError: Zone is not defined
2 things:1. Ionic 2 current version is alpha.45, CLI is beta.152. Can you put your package.json, ionic.config.js, webpack.config.js in pastebin to debug?
View ArticleIonic 2 beta45 - ReferenceError: Zone is not defined
Thanks for the interest! Ok, Just updated everything to latest as suggested. I'm going through everything again, looks like the TypeScript version of the starter app is not ready yet....
View ArticleIonic 2 alpha.45 sidemenu broken
Confirmed, just opening the sidemenu creates a backdrop, clicking in the backdrop to close side menu closes it, but doesn't go away, overlapping over all the app thus not letting interact with the...
View ArticleI need help with ionic push notification
i need help with ionic push notification its showing No Android device tokens
View ArticleIonic 2 beta45 - ReferenceError: Zone is not defined
package.json { "dependencies": { "angular2": "2.0.0-beta.0", "es6-promise": "3.0.2", "es6-shim": "0.33.13", "ionic-framework": "2.0.0-alpha.45", "reflect-metadata": "0.1.2", "rxjs": "5.0.0-beta.0",...
View ArticlePossible to use bootstrap-slider with Ionic?
Hi, how could one go about getting bootstrap-slider to work with Ionic? I can't seem to figure it out. Are there other alternatives to bootstrap-slider for ionic? More customization of the range...
View ArticleI am beginner on ionic framework.would u help to save form data on cloud...
I am beginner on ionic framework.would u help to save form data on cloud parse using ionic framework?
View ArticleProblems with the return button in native ionic
I have a problem with the back button from the Android, my project is returning only once in the history of the application. I am using the ionic version 1.0.0-beta.14. My Code is the following:...
View ArticleLive update error that I can't find reference
unset HTTP_PROXY and unset HTTPS_PROXYfixed it
View ArticleIon-list / ion-item and parallel queries/promises
Hi, is there any way to run background queries in order to calculate some values, example: rating count, and display each item asynchronously ? You know, my list is already populated. And I have to...
View ArticleIonic View - Splash screen does not display
Hi, everything it´s ok. Ionic View doesn´t display splash image because ionic view app have their own splash screen, it´s only a container of your app. So.. you have to emulate or run on device
View ArticleIonic is not defined when using ionic-push
Hi all, I'm trying to use ionic-push-notification feature. I am carefully following the push from Scratch tutorial that you can find here: http://docs.ionic.io/docs/push-from-scratch I always get the...
View ArticleSwitching Ionic CLI between 1.x and 2.x back and forth
So, when you are running... ionic start cutePuppyPics1 --v2 ...the --v2 part is an optional parameter. If you don't include it, the CLI will assume you mean V1. So, ionic start cutePuppyPics1 ......
View ArticleSwitching Ionic CLI between 1.x and 2.x back and forth
Yep, the v2 cli maintains backwards compatibility with v1 projects. http://ionicframework.com/docs/v2/getting-started/installation/
View Article