Android talkback incompatible with tap & click
Hi, Have you made progress with this? We are supporting Talkback on Android too and having issues as well. I started adding data-tap-disabled as you suggested and things started working better. Just...
View ArticleWindows Phone - Splash Screen (Normal Size then Bigger)
Did you find a solution? I'm having the same problem...
View ArticleRun and emulate ios with live reload not working in iOS9
@zarko When I do ionic emulate -slc ios it never prints anything on the console, never requests any files, and the emulator just spins on my launch screen. If I then run from Xcode after doing a -l so...
View Article$ionicLoading.hide() is not working inside .then
Understood But the mystery is why $ionicLoading.show() worked. Anyways I think I might be doing something wrong.
View ArticleHow can I include NPM modules in my app.js?
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 right now. I looked into...
View Article$cordovaOauth.facebook IOS 9 GM issue
Yea I don't think it is limited to just $cordovaOauth. I think the InAppBrowser all around is having issues. Thanks for reporting a temporary fix. Going to pass this on to other users of my library....
View ArticleConnecting to Twilio rest API
Hi, you can use the angular twilio wrapper below: https://github.com/mcwebb/angular-twilio Just keep in mind that your login credentials will be readable. Hope this helps
View ArticleIn Ionic View, a single click changes state but immediately reverts to the...
Thanks Tony--that definitely seems to have fixed the issue. http://blog.ionic.io/ios-9-potential-breaking-change/ gist.github.com https://gist.github.com/IgorMinar/863acd413e3925bf282c...
View Article$cordovaOauth.facebook IOS 9 GM issue
I agree. $cordovaOauth is acting as it should in IOS 9 given the check for week TTL (I suspect TLTL) at a server. Giving a specific white list permissions may be better than the fix I show above....
View ArticleNSURLSession/NSURLConnection HTTP load failed
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 API I'm getting an...
View ArticleRun and emulate ios with live reload not working in iOS9
Hi, had the same issue when trying to run live-reload (pure emulate ios worked) but with -l flag it didn't. From what I read, it is best to define 'per domain' exceptions. Then I followed...
View ArticleUnable to show images in iOS
Okay. Put this in your .html and paste the result here so I can see it. <pre>{{image}}</pre> If you have something then you know you have image binded to the $scope, if you have nothing in...
View ArticleNew font from iOS 9 will be applied? - San Francisco
So now that iOS9 is out how do we apply the new font?
View Article$cordovaOauth.facebook IOS 9 GM issue
Yea please open a ticket for me: https://github.com/nraboy/ng-cordova-oauth Always open to improvement.
View ArticleionicModel closes when I dont want?
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 touch anywhere in...
View ArticleRun and emulate ios with live reload not working in iOS9
A bit hard to say what the problem could be @RangerRick. I'd be guessing so instead I would recommend you take back a step and try with the simplest possible template app:ionic start -a BlankApp...
View ArticlengCordova error when trying to update with bower
I'm getting this error now, after trying some cleanup. "bower cached git://github.com/driftyco/ng-cordova.git#0.1.12-alphabower validate 0.1.12-alpha against...
View ArticleHow to close a popover through another controller?
I was trying the popover as the example in here http://ionicframework.com/docs/api/service/$ionicPopover/ <ion-side-menu side="left" ng-controller="SideBarController"> <ion-content> <a...
View ArticleCannot call modal.show() after remove(). Please create a new modal instance
I am experiencing the same issue here.
View ArticleNew font from iOS 9 will be applied? - San Francisco
You can use it with this. font-family: -apple-system, "Helvetica Neue", sans-serif;
View Article