Ionic list: swipe to remove?
hello @dmastag Would be kind and share wht you created ? ) Thank you buddy!
View ArticleSingle column phone, double tablet
For anyone who is interested, I solved this in the following way: I had 2 ng-repeats, 1 for the rows and 1 for the items making up the rows. On my controller I have a function which breaks the...
View ArticleTables in ionic
EIther you use ng-repeat with HTML table,tr, td tags or you use an advanced angular grid comonent like https://github.com/ceolter/ag-grid
View ArticleRelative url with templateUrl not work with bundle file
i get the solution , if someone need it 1- you should add html-loader webpack plugin or raw-loader npm install html-loader --saveor npm install raw-loader --save 2- add this line to webpack config...
View ArticleMedia plugin is not exist in IOS
in emulator media plugin is working, but in the reale device using XCode media plugin is not existI tried more time add media plugin and same issue.
View ArticleNative Page Transitions for iOS and Android with Ionic Framework
Great job! Really love your work. I'm having slight trouble with tabs. I mean details pages within tabs need animation, whereas switching among tabs doesn't. Got around this by only enabling...
View ArticleRun "ionic platform add android" in /home/user/ by mistake!
Hi all I'm running "ionic platform add android" in /home/user/ by mistake, from this time when I run it in any project it returns: Updated the hooks directory to have execute permissions{ [Error:...
View ArticleIonic serve doesnt load the proxies properly
when I run 'Ionic serve' the proxy server is not loading properly
View ArticleIonic 2 with ES6 or TypeScript
I just saw an awesome feature in the tutorial.By passing the --ts flag when initializing a new app, the Ionic cli set up your project for TypeScript instead.
View ArticleIonic back button not working even though ionicHistory back view exists
I know I tagged you in the post, but I was hoping @mhartington, you could take a quick look at this?
View ArticleIonic-templates-folder-not-show-anything
HiI asked a question in stackoverflow but, no answer yet!can anyone help me? stackoverflow.com Templates not loading in angularJS and Ionic asked by Weblurk on 06:53PM - 03 Apr 15 javascript,...
View ArticleBower ENORESTARGET No tag found that was able to satisfy 1.2.1
wasn't able to reproduce this. bower install ngCordova Everything installed correctly.
View ArticleLoose vertical scrollbars when injecting views into a splitview
Hi, I have been playing with the split view, and started looking at the routing. I wanted to set up a "main layout" splitview, and then use the routing to inject various views into it at runtime, as...
View ArticleIonic 1.2.1 android scroll
You can try this css also .scroll-bar-indicator { display: none; }
View ArticleVideo.js and Windows explorer on ionic
xunderworldx: http://animecrave.com/animeapp_new/#/app/series/2354 I'm interested to find out why you guys chose to use video.js instead of just using the standard HTML5 video standard? Was there...
View ArticleButton bar on top
Hi friends, I need add button bar this layout of ionic app. Someone help me? button_bar.png888x254 8.49 KB
View ArticleAndroid compatibility? API Level? Cordova or Ionic
Why those directives are undocumented? should we use those?
View ArticleWhat is the equivalent of "resolve" in ionic 2?
He guys, need a crash course for Promises. Any good tutorial to suggest? Do I need to include (import) a file? What do I need to add in my service function to return a promise? Thanks in advance.
View ArticleIon-infinite-scroll inside ion-side-menu
Is it possible to use ion-infinite-scroll inside ion-side-menu? i added the directive, but the method "loadMore()" is not being called. Thanks, this is the line i use:
View ArticleHow to integrate Paypal Cordova Plugin in IONIC Framework
i think this will not work see github.com/paypal/PayPal-Cordova-Plugin Issue: How to send payment to personal account opened by anandstarz on 2015-11-17 closed by bluk on 2015-11-19 Hi there am using...
View Article