Firebase Request and Ionic Loading
I am pretty new to ionicplease i need help i have a controller that pulls data from a Firebase service, named ReadService and a function getRedings()i use a controller to pull data from the service to...
View ArticleIonic build android - FAILS :frowning: :anguished:
am also facing same error here ...did u resolve it ...if yes let me know how u did it ...
View ArticleWeird spacing
When I use the following code to display a header, the title gets a weird left/right styling. If I change the line {{connectStatus == false ? "Connect" : "Disconnect" }} to {{connectStatus}} then the...
View Article[iOS] App freeze on start
Hey, i currently develope an iOS App with Ionic and get some strange behavior when i deploy it. First i tested on a iPhone 4s and sometimes the App freeze right after the Splashscreen. I figured out...
View ArticleCordova plugins load inconsistently on iOS device
Hi thanks for your response. Yes it's been tested and developed on chrome. No errors in the console log. It works every time on there and it also works every time on the emulator, my issue isn't in...
View ArticleError occurred trying to fall back to Cordova-lib execution
Yep, that did the trick! Works fine now. Thanks for sharing.
View ArticleHow to show keyboard on input focus in android?
Cordova comes with a config for this; Just add it to the config.xml file at the root of the project and you should be good to go: <preference name="KeyboardDisplayRequiresUserAction" value="false"...
View ArticleGoogle Plus login
try that plugin https://github.com/EddyVerbruggen/cordova-plugin-googleplus by eddy verbruggen
View ArticleCan't access @page instance inside custom component with native ionic2...
Hi everyone! I'm trying to create a custom navigation bar with ion-segment and ion-menu directives (app/components/navigation/top-navbar) For both ion-segment and ion-menu navigation I use the same...
View ArticleSwipe item list
I want to make swipe for list item, I know that directives on-swipe-left.... but I want to do something like this demo: https://www.npmjs.com/package/react-swipe-to-reveal-options
View ArticleButton and checkbox in Slide element
Basically I'm trying to place a checkbox and a button in the ion-slide <ion-slides pager> <ion-slide style="background-image:url('img/end.png'); background-size: 100%;"> <br>...
View ArticleEmbedding Ionic App inside WeChat application
Thank you very much! But now I have a question that troubles me. I have developed an app which uses existed database, I wonder that whether wechat could handle this?
View ArticleSwipe item list
No, I made like your demo, but I want when I swipe left-right to appear btn like is when I swipe right-left. Do you have ideas?
View ArticleI need to use some third party modals inside ionic ones however when doing...
I'd like to start by saying I created a question here, http://stackoverflow.com/questions/35474491/i-created-a-service-to-handle-modals-however-when-clicking-content-in-a-nested Like I've stated I...
View ArticleNext/Prev Item in ng-repeat (change dynamic link?)
Hi!i use this concept:http://learn.ionicframework.com/formulas/sharing-data-between-views/ I would like insert two button in detail state. These buttons control the list ( < prev or next > )....
View ArticleReview Code on a 2 page Ionic app
Hi @nitishrajput01 and @ian619 I was contacted first by someone on private message so I am going to have them have first look. Thank you for your response and I will keep your details in case I need...
View ArticleBugs: Did I Find a bug on ionic tab
Version 1.2.0Here I use ionic tab and I found that in ionic.bundle.js line: 58397 this.hrefMatchesState = function() { return $attrs.href && $location.path().indexOf( $attrs.href.replace(/^#/,...
View Article$localstorage doesn't work on Android device
A very late reply, but maybe some people having the same problem would benefit from it Android is more picky than Chrome, so in Chrome when you declare an Object, and push data to it, it is ok.In...
View Article