Remove iPad Support from project (only support phones)
Found a temporary workaround. In Xcode, select iPhone in General page > Deployment Info This isn't an ideal solution because anytime you add ios platform or another dev on your team builds the...
View ArticleOpenfb.js not working in Ionic View?
Solved it. You need to ensure that when running in cordova you override: oauthRedirectURL = 'https://www.facebook.com/connect/login_success.html',in openFb.js
View ArticleAugmented reality with ionic possible?
I'm going to try to use ezAR as a backdrop against an existing SVG overlay. hopefully it works. edit: hmm. Maybe I can keep this simpler - I'm going to try to make the fill attribute of the SVG be...
View Article$http request and $q
Hi Dbms, sorry to reply so late, actually I found out why. I turned my objects to string when I printed it out. Thank you.
View ArticleWhat's your favorite charting library?
Thanks Max. Let me share a small research on mobile charting libraries that we've published on StackOverflow: http://stackoverflow.com/a/34122065/2050333I hope it helps somebody.
View ArticleChrome keeps on reloading
Hello there, I have been avoiding this from the beginning of my project, but now I need to test on it on my Macbook but find it is impossible to do so because it keeps on refreshing. I have no idea...
View ArticleChart Support
For those interested in a list of charting libraries, check this out: http://stackoverflow.com/a/34122065/2050333
View ArticleIonic iPhone 6 iOS 8, glitch before transitoin
We're seeing similar glitches (iPhone 5s, ios 9.1 build 13B143, cordova 5.4.1, ionic 1.7.8). Given this seems to be a recurring issue does anyone have tips for debugging?
View ArticleModals scroll textareas out of view
Apologies for the delay. We are tracking a fix for this in 1.2: https://github.com/driftyco/ionic/pull/4519
View ArticleRemove iPad Support from project (only support phones)
You should be able to add the following to the config.xml: <preference name="target-device" value="handset" /> See the Cordova docs for more info:...
View ArticleFacebook login is not working in mobile test
i updated the facebook integration in ionic app but its not working on android mobile :(frowning: while sometime features are not working properly unless i refresh or reload ionic....
View ArticleIonic CLI ignoring flags/parameters
Hey, I think I have an installation problem on a new MacBook set up. I have installed all prerequisites, and I receive no CLI errors when running commands; cordova create seems to execute fine and I...
View ArticleDisqus + Ionic
Is anybody aware of a tutorial on using Disqus comments with Ionic? TIA! Cheers,Harsh @brandyshea @mhartington
View ArticleKeyboard triggered on blur
I'm not sure what's going on, but every time I close the keyboard by clicking on the cancel button, it will come up again. Looks like there is a delay on the "tap" and it would click again to "focus"...
View ArticleStrange navigation problem
I'm having an odd problem with navigation. When I click between screens, I sometimes see the screen I'm trying to get to appear, and then the app decides to go back to where I came from, BUT it has...
View ArticleHow to: Opening links in content in system browser instead of Cordova browser...
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleIonic tap event conflicting with d3 event
I created a pull request to fix the problem. Now it is accepted: https://github.com/driftyco/ionic/pull/4589 So hopefully in the version 1.2, this problem would be eliminated.
View ArticleAndroid compatibility? API Level? Cordova or Ionic
@slikk66, I am facing the same issue with my ionic application, that's working fine on all android versions except Jelly Bean(4.1.x, 4.2.x and 4.3.x), even working on lower versions also. I have no...
View ArticleProblem scrolling after converting to ionic
I have an existing angularjs app which was working fine until I converted it to ionic. I tested the website on the chrome browser and discovered that I can no longer scroll down to see a long table....
View ArticleCan't install Ionic
I have the same issue on Ubuntu 14.04 64bit with nodejs version 1.3.10; Please is there any solution?
View Article