Issue With Release Build
Hi , When I tried to generate a release build for Android, and used the following cli command: $ cordova build --release android The build was aborted with the following error:...
View Article"Go" button triggers ng-submit for input types "text" and "search" but not...
Hi guys! Sorry for insisting, I just hope that somebody is able to give me a clue Thanks!
View ArticleDisable magnifier(?) on iOS 9
Hi, Tap and hold on iOS 9 shows a some kind of magnifier on top of screen, picture attached. Simulator Screen Shot Sep 26, 2015, 9.19.58 PM.png750x1334 681 KB I tried inserting -webkit-user-select:...
View ArticleError: [$rootScope:infdig] 10 $digest() iterations reached. Aborting!
Thank you very much. This solved my regression with iOS 9.
View ArticleAdd custom icons
I've used Fontastic which allows you to namespace your new icons, so that you can use <i class='icon your-app-[icon-name]></i> to show your custom icons alongside ionicons. It's all very...
View ArticleIonic deploy doUpdate huge traffic
Even when I modify a single line, ionic sends around 5mb to the client app, which is huge (my whole www is smaller than that). I guess ionic doesn't track the diffs. Are there any workarounds at the...
View ArticleCan we integrate Paypal payment gateway with ionic?
Can you post the link to the post that helped you and/or post detailed instructions
View ArticleDisable magnifier(?) on iOS 9
IOS9 web-callout fix ionic Hi, hope this helps someone: If you suddenly see a "callout" when long pressing on a web view, that is due to a bug in IOS9 - it is ignoring -webkit-user-callout and...
View Article'webkitMovementX' is deprecated. Please use 'movementX' instead
The same problem here!!!!
View ArticleIonic - "Clearable" input: input with a clear button
Hi everyone, First contribution around here (and on github!). I didn't find any "clear button" feature in the control enhanced by Ionic so I developed my own using this work as a base, and here is the...
View ArticleNeed Help ! Post data to RESTful service
I just call it from a button like <button class="button button-block button-assertive" ng-click="postData()"> Submit </button>
View ArticleHow to center buttons in ion-footer-bar?
I think the best way to arrange the buttons on the footer is using a grid, but it will not look so fine. I just made a css snippet and now it looks good: CSS: .bar-footer.footer-buttons{ padding: 0px;...
View ArticleProblem with ngCordova's $cordovaInAppBrowser
The inAppBrowser open function does not return a promise so you can't use .then You could create a event listener like they show in the documentation...
View ArticleIonic fails to build with XCode 7
Hmm interesting... I only installed ionic within the last couple of weeks so I would hope its up to date. I shall try updating them however and going back to XCode 7 and seeing what happens.
View ArticleHow can I change the markers into other places markers?
this code has 2 point markers point A and B and some other markers for the location of the road but i wanted those extras markers to be the point of other places //var for refresh function initMap() {...
View ArticleSaved Events
Hi, There , Is there any solution to save all the events you did after you close your app? Ex: <ion-ontent ng-controller="controller"> <div ngShow = "showMe"> </div>...
View ArticleNeed Help ! Post data to RESTful service
Yes, and this makes me confused Object { data: "<!DOCTYPE html> <html lang="en"> <h…", status: 500, headers: headersGetter/<(), config: Object, statusText: "Internal Server Error" }...
View ArticleSample App for a Table Lookup App?
I have a spreadsheet that I want to convert into a simple, 1 page app. The UX would be simply two dropdowns, one choosing the "row" value (or record name) and one selecting the "column" value (or...
View ArticleSingle detail pages not cached?
I have a detail page that has url setup something like this url: '/product/:idProduct' And this page doesn't get cached by default, but the page before (product listing) it is, so I'm guessing it is...
View Article