Uncaught TypeError: b.addPollFn is not a function
ok thanks @DaDanny for your reply. So, you say the pacakges should all be at their latest version in bower.json ?If yes, how can I know what is their latest version ? Thanks
View ArticleChange npm install directory by default
ok but how come you can install something like anulgar-cookies with npm then ?
View ArticleHelp in eliminating extra spaces between rows
I just pasted the HTML and just removed all " < " and ">". Can you please let you know if there is better way to upload the code.Thank you.
View ArticleScreencast of Building a Todo App with Ionic 2
Good Tutorial. Thanks for your work and for share this.
View ArticleNSURLSession/NSURLConnection HTTP load failed
Worked for me. In my case it was with the Ionic Deploy server. The SSL certificat seems valid, but somehow iOS 9 doesn't like it
View ArticleBetter than Crosswalk?
Even on iOS (not even with WKWebView) all UI renders much faster than Android Crosswalk. However, seems ng-show flickers on iOS but not Android with Crosswalk. Is there other rendering engine better...
View ArticleUsing $cordovaMedia to play local mp3 in android
Okay, I fixed it - also, I forked a version that disables all the crazy android permissions the default version needs just to play a media file - no additional permissions are needed if all you want...
View ArticleI found a solution for some regular background activity!
Hello there!Great solution you saved my day! Thank you!One more question:Is it available push OK button on USSD response popup on android ?For example call to "*100#" and hit OK programmatically...
View ArticleLogin page authentication using Active Directory?
Is it possible to use LDAP and authenticate the mobile app using Active Directory credentials ? If yes, then what steps should I take to implement it? I have gone through LDAP implemention in Java...
View ArticleAngularJS Post and CORS
Hi, i try to do a sample $http.post request to sign in user with the same API i use for my website but i have a CORS problem. I have read a lot of post in internet, and i have tried a lot of solution...
View ArticleIonic app stops working
If your app stops working you're going to have logs. Without them no one will be able to successfully help you. Regards,
View ArticleAngularJS Post and CORS
Does this help at all?: https://blog.nraboy.com/2014/08/bypass-cors-errors-testing-apis-locally/ Regards,
View ArticleLooking for developer to build app for Google Play store
Hello Nate, We have experienced team of developers working on Native & Cross-Platform App development and would be comfortable to assist you in replicating your iOS App for Android. Please share...
View ArticleBuild in Xcode 7.1 failing with Facebook4 plugin
Sorry to cross-post here from Github, but getting tumbleweeds there. Wondering if anyone else here has had this problem, and managed to solve it. My copy of Xcode just updated to 7.1. Prior to...
View ArticleNeed to access DOM to refresh shrunk graph
Using a 3rd party graph package that is not honoring the below CSS if a modal is ever displayed in another tab. .chart { height: 100%; width: 100%; position:absolute; } i.e. the chart shrinks when the...
View ArticleIcon color in button-icon
html: <button class="button light ion-plus-round button-floating-action"></button> css: .button-floating-action { position: fixed; top: calc(90vh - 50px); right: 2vw; background-color:...
View ArticleVertically align avatar text and badge
Hi,I was wondering what would be the best way to vertically align an image (on the left), some text and then a badge within a list item (assuming there will only be one line of text).Using the...
View ArticleCSS Animation not firing on device
Can't seem to get this simple CSS animation to fire on IOS. Anyone see anything wrong with this? Can I not run css animations in WebViewUI? .bounce { -webkit-animation-duration: 1s;...
View Article