Webstorm endless indexing
Anyone else having issues with webstorm 11 endlessly indexing the node_modules directory?
View ArticleHow to detect when a user leaves a page in Ionic 2?
As the title says, how do you detect when a user leaves a view in Ionic 2?
View ArticleHow to detect when a user leaves a page in Ionic 2?
Do you look something like an event onPageWillLeave ? If so, you have some event here that could interest you. I never tested, but it worth to try
View Article"ERROR: asset directory" when Ionic Build Android
Hello there,When I use ionic build android it shows: Running command: "C:\Program Files\nodejs\node.exe" C:\Windows\System32\todo\hooks\after_prepare\010_add_platform_class.js...
View ArticlePause video capture
Hello I've been searching for a plugin that would allow me to pause and resume a video recording, but have been unable to find one. So I created one:...
View ArticleMaking cards selectable
One thing I have noticed is that the lists seem to be automatically 'selectable' and upon touching it will open a detail view of whatever that list item is. I have been trying to do the same thing...
View ArticleFailure while building the project environment
I get this error:$ ionic package info 7 id │ 7 status │ FAILED platform │ ios mode │ debug started │ Jan 2nd, 2016 19:03:41 output: Failure while building the project environment Where can i get more...
View ArticleIonic Record Conversations in phone
does someone know, how to create an app using ionic that can record conversations while phoning?Help me~ thanks
View ArticleIonic Record Conversations in phone
I think you're not supposed to ask people on this forum to create things for you. But other than that, to answer your question, use google voice.
View ArticleTab page lost back navigation
Thanks for the info, it confirms my thought. I think the solution that I used make sense for my app and I will keep it with the help of the scss (see above)
View ArticleIncluding ES5 libs in ionic with ES6?
Allow me to answer to my own question, after playing with ionic 2 modules and google i managed to import it as expected with: var moment = require('moment'); Which in turn should be equivalent to, but...
View ArticleError: Cannot find module 'bplist-parser'
I got the same error. I fixed it by installing missing components manually. sudo npm install -g bplist-parsersudo npm install -g minimatchsudo npm install -g inheritssudo npm install -g...
View ArticleSlideMenu problems on ToDo tutorial
I'm just getting ionic up and running and working through the tutorial. The Todo app works in my browser, but when I send it to the emulator it does not work. I'm using the Samsung Galaxy S4 - 4.4.4....
View ArticleError: Cannot find module 'bplist-parser'
Even easier way (which worked for me) was to just to use sudo npm update -g. It seemed to have installed all missing modules. i found this solution on the spanish phonegap forum for those who are...
View ArticleHorizontal UIPicker
Is there any component in Ionic which has the functionality as the below control? (Horizontal UIPickerView) https://github.com/Akkyie/AKPickerView
View ArticleIonic 2.0 with creator
Does anyone know when ionic creator will have support for ionic 2.0?
View ArticleHow to set up the master-detail view in the Ionic Lab starter "Sidemenu"?
I'm a command line-phobic designer, using Ionic Lab to learn the basics. I have the starter template "Sidemenu", which is some sort of almost-functioning music app. It mainly shows off the side menu –...
View ArticleTab template with side menus
Is it possible to do this? I have tried to do so but the messes up.
View ArticleIonic tabs bottom android leavs space for tab
how do i do that i ,tried this but still space is exist .platform-android { .has-tabs-bottom{ height:0; }}
View Article