Problem with instalation
0 info it worked if it ends with ok1 verbose cli [ 'D:\programowanie\node.exe',1 verbose cli 'D:\programowanie\node_modules\npm\bin\npm-cli.js',1 verbose cli 'install',1 verbose cli '-g',1 verbose cli...
View ArticleIonic Retention Chart
It seems the ionic retention chart doesnt work. I change the dates and fields but it doesnt update the information on the view. -Andre Woodley Jr.
View ArticleProblem with instalation
Yea, it looks like its trying to access files on two different harddrives which is causing the errors. I'm not exactly sure what you posted, but thats what it looks like. I would keep all development...
View ArticleIonic on BlackBerry 10
Hey.After a bit of messing round i found that theres something in the tapHandleFocus function on line 3021 of ionic.bundle.js that seems to be messing with it, specifically the variable triggerFocusIn...
View ArticleSync between remote mysql and ionic app sglite
hi, i was looking if there is any plugin or script to povide the functionality of db sync between remote mysql tables and ionic app sqlite tables, i already did this before using the time stamp way...
View ArticleProblem with instalation
I'll try it but problem is to when i change directory within the same disk when i change directory form c:\users\piotr to c:\users\ ionic and cordova didn't work
View ArticleWhats affecting the performance of the app ? inline css?
Consider using Profiling in Chrome dev tools
View ArticleIOS9 Launch Image
Does anyone have any input on this? I think this is related to a problem I am having with iOS 9 where the default Cordova splash screen is showing instead of mine. It works fine on Android, iOS8 and...
View ArticleHelp in eliminating extra spaces between rows
Please format your code in post if you want to get help
View ArticleUi-sref not firing on first click when using multiple resolves
Hello everyone, I have the following state: .state('app.category', { url: '/categories/:categoryId', views: { 'menuContent': { templateUrl: 'templates/category.html', controller: 'CategoryCtrl' } },...
View Article'resume' isn't triggering consistently
You're probably right. But my problem is when the app is hidden, not closed. Not sure what I am doing wrong here. One thing I'm still trying to get my head around is in what order code executes. I...
View ArticleCan I use Ionic to build an app from en existing website?
Thanks guys. My friend was really after something super easy, basically just mirroring the website on the app. I'll take the feedback and talk to him about what he wants to do. I appreciate the...
View ArticleEdit name of the app in package.json
The name in package.json is not used for building your app, so you can change it.It's only used when publishing to npm registry for using npm install which would make no sense for an ionic app.
View ArticleNew to iOnic and android SDK... please help
You can try GenyMotion but nothing compares to a real device connected via USB.
View ArticleHow to get selected dropdown list value
Hi, I am building my first app as a mobile programmer (I have a Windows C# background). I have a view which has a series of rows with three column items: a label, a pre-populated dropdown box and an...
View ArticleChange npm install directory by default
node_modules contains only modules used to build your app not be included into your app.Use the tools as they were intended to: use bower.
View ArticleChange toggle button state after question
Have you tried to prevent event from propagating using $event.stopPropagation()?
View ArticleHow to get selected dropdown list value
Well that didn't show the HTML coding very well at all. I'll try it without the left caret on each line.:div class="row" div class="col col-30">Placement: div class="col col-30"> select...
View Article