Ionic Routing
Hi guys, I have been working with AngularJS since ionic uses that, so I have basically created a small web app locally and I am trying to convert it to an ionic app, minor changes really but for some...
View ArticleRemove tabs from ionic app
Hi all,I've started playing around with Ionic using the Tabs template.I ended up developing my app in the middle tab section.Now, I realize I don't need to other tabs. In fact, I don't even want the...
View ArticleSource changes not taken into account by subsequent 'ionic run --device...
Changes made to source files are not taken into account by subsequent runs.If I change the content of a console.log message, then running the app with 'ionic run --device android', the previous...
View ArticleIn ionic view app window.location Not working but it working in web browser
check out these two links ui-sref & $state.go() eg <a ui-sref="teams.team-detail">Home</a> $state.go('teams.team-detail')
View ArticleSource changes not taken into account by subsequent 'ionic run --device...
One more thing:When I use 'ionic run --device android -csl', saving changes in the editor do entail the automatic restart of the run but the changes are not taken into account.
View Article$state.go is now Async
what about reload attribute ? $state.go('layout.categories',{},{reload:true});
View ArticleIonic Android app performance issues
When in doubt, it's ngAnimate's fault. I've developed two angular apps, one web and one ionic, and both of them when profiled the CPU typically spends 95% of the time doing unnecessary ngAnimate css...
View ArticleHow to write file in iPhone's photo directory using cordova-plugin-file?
ios is very stricted OS. You can use only application directory only?
View ArticleIonic platform add android error
ionic platform add androidUpdated the hooks directory to have execute permissionsDownloading Default Ionic ResourcesDownloading:...
View ArticleBug: $ionicScrollDelegate.freezeScroll doesn't work (codepen provided)
Type: bug Platform: all Hello, $ionicScrollDelegate.freezeScroll(true) doesn't work at all. No error in the console, it simply won't work. Codepen It doesn't help to use $getByHandle.
View ArticleWhere does the 'app' folder is to be found ? ASIDE or INSIDE the 'www' folder?
A few weeks ago, 'ionic start tutorial --v2' created a new projet folder with the 'app' folder INSIDE the 'www' folder. Now a time, the same command put the 'app' folder ASIDE the 'www' folder. And...
View ArticleWhere does the 'app' folder is to be found ? ASIDE or INSIDE the 'www' folder?
I forgot to mention the project name in my topic. I do use the following: 'ionic start tutorial --v2'.
View ArticleHow do you get state.data in template?
Hi I'm just using ionic / angular for the first time. I've started out with the "sidemenu" app and I'm trying to pass some variables from the various states to a template. So far, in app.js I've got:...
View ArticleWhere does the 'app' folder is to be found ? ASIDE or INSIDE the 'www' folder?
Sorry again but you blog don't likes the less than greater than signs.My command: 'ionic start MonProjet tutorial --v2'.
View ArticleIonic 2 alpha.45 sidemenu broken
This stupid problem has been driving me crazy. I made a slightly different temp solution in case you or someone else was interested. This problem only seems to happen for me when I close the side...
View ArticleGoogle Play In-App Purchasing
Hi everyone,I'm generally an HTML, CSS, JavaScript, PHP and MySQL programmer. The whole Google In-App Purchases looks kind of scary with different languages. I know how to send and receive data to and...
View ArticleIonic modal service with extras
Solved the issue with Inside your model controller var vm = $scope; instead of var vm = this setup your model in the controller vm.customerObject = { name: 'customer name'}; and refer the above model...
View ArticleIonic serve not working on ionic 2
To fix this, create a new ionic project with ionic start newProjectName, delete the node_modules directory and then run npm install to install all the dependencies correctly from scratch
View ArticleIonic platform add android error
What is your environment? Please show the output of ionic info
View Article