Ng-bind-html and Cordova InAppWebView
@gregavola12 wrote: I have a common problem where mark-up is coming back from a feed (JSON), and I'm using ng-bind-html to output it as clean HTML. However in this mark-up, I have "anchor" tags that...
View ArticleIonic Popover view displays behind ionic modal view
@alturajerone wrote: stackoverflow.com ionic Popover view displays behind ionic modal view asked by Kingsley Simon on 01:57PM - 15 Aug 15 javascript, twitter-bootstrap, ionic-framework, ionicpopup...
View ArticleRedirect to a specific page after receiving push notification
@bittu1028 wrote: I am using the following plugin for push notification.https://github.com/phonegap-build/PushPlugin I just need to redirect to certain page in ionic when user click on push...
View ArticleCheck box not working properly after iOS 9 update
@Shore wrote: Hi, <label class="item item-radio" ng-repeat="x in listOfCountries | filter : searchText | orderBy : 'x'"> <input type="checkbox" ng-model="x.selected" /> <div...
View ArticleIonic Android Client connecting to Flask with SocketIO gets HTTP 404
@ntulsy wrote: I am working on a real-time chatting and photo sharing application. I use Flask as my server side to build RESTful web services. I have a web service endpoint [GET] /feeds/user_id which...
View ArticleConnecting to Twilio rest API
@enniob wrote: I'm creating an app that will send SMS to a certain group and I'm having a hard time authenticating with Twilio rest API. Can someone give me some help? I do have the code working using...
View ArticleMultiple android debug apk
@MarkAurit wrote: (In my ionic app) I have been in the situation where I have separate debug apk's I want to keep on my tablet, but I don't see a way to name them differently (which I assume is...
View ArticleIonic Cache Lifetime
@ludgero wrote: Hi Guys, I haven't seen this discuss it or I have missed it some how ! so I need to ask you guys, does the ionic cache have a lifetime ? I know by default it only caches 10 views, but...
View ArticleStrange input behavior in iOS9 emulator
@juice wrote: Anyone noticed issues with ionic emulate ios with iOS9 and input forms? I upgraded today and when I'm using the emulator, if I click in an input field, it loses focus almost immediately....
View ArticleHow to prevent custom back button from getting ng-hide class set?
@mza wrote: I have an app that I'm working on, and the goal is to show information about a game. Sometimes, I start the app in state /games/:game_id, and the back button isn't present as a result, so...
View ArticleUnable to show images in iOS
@criticalboot wrote: Trying to use a model to display images in my app. NO images are displaying . <ion-scroll direction="xy" scrollbar-x="false" scrollbar-y="false" zooming="true"...
View ArticleIonic Background Music
@pankos_94 wrote: Hi there. I have a problem with playing background sound. It's the problem: you tap the button which links you to next page in the app - you are on the next page and the background...
View ArticleIn Ionic View, a single click changes state but immediately reverts to the...
@ionicube wrote: In a browser session using ionic serve -l, or in an emulator, everything behaves as expected. But once I preview my app inside the IOS Ionic View app, clicking on a new tab or a list...
View ArticleCapture done button pressed on virtual keyboard in iOS
@Sonukapoor wrote: I have a simple form (without using a form element). I am allowing the user to enter into an input field. Now I want to capture the event when they press the "Done" button on the...
View ArticleLogin-page then menu-with-tabs
@JohnnyToledo wrote: Hello all! I've been building an app since last spring and have not been able to figure this out at all. So here goes. I want a few login pages without a menu (login, sign-up,...
View ArticleKimono labs API request
@tenison201 wrote: l have created an api with kimonolabs and am trying to make a request from that endpoint.this doesnt seem to work... .controller('maritimCtrl', ['$scope','$http', functio($scope,...
View ArticleUnable to push ipa file through xcode
@neelkamal0666 wrote: Hi,I am trying to release my ios app. But I am unable to push the archive.Here is the error can anyone tell me how to fix it? Posts: 1 Participants: 1 Read full topic
View ArticleHow can I include NPM modules in my app.js?
@lindsay_roberts wrote: I'm just trying to learn Ionic right now. I'd like to use an NPM module, but I can't figure out how to import it into my app.js file. I have the default side-bar ionic setup...
View ArticleNSURLSession/NSURLConnection HTTP load failed
@KrzysiekF wrote: Hello,I'm working on a new mobile application used to monitor sales on Envato Markets. I'm having a problem with the last update to iOS9. When application tries to connect to envato...
View ArticleionicModel closes when I dont want?
@fkkcloud wrote: I have a ionicModel with a button that will open popup window with ionicPopup. If I click on the button and ionicPopup will pop up, right? And after the ionicPopup is closed, when I...
View Article