Ionic Angular Firebase pass value problem
Hi caribesoft, could you share the solution for the get ?
View ArticleIonic view shows blank screen, but works in emulator
I'm getting blank app in the new Ionic Creator. Did you resolve this? If so, how?
View ArticleIonic Creator: Blank on initial View
I'm cutting my teeth on MEAN via Ionic. And I realize that the Creator is in beta, so... I created a wireframe sorta thing in creator: https://creator.ionic.io/share/a461f2345481 Looks fine......
View ArticleWinver="Windows 10", but ionic info="OS: Windows 8.1"
It's not a real problem. I guess the code in the Ionic CLI that detects the OS version simply hasn't been updated to recognise Windows 10 yet. Things should work anyway.
View ArticleRolling credits in Ionic?
What would you recommend to use to simulate rolling credits in Ionic? Example
View ArticleIonic run android works BUT apk does not access internet
My issue was due to an incorrect intermediate certificate. Since it seems many different problems serve up similar symptoms, you can quickly rule out or diagnose the server ssl certificate issue by...
View ArticleWhat are you building with Ionic? We want to know!
I'm cutting my teeth here, backing into the MEAN stack via ionic. (Is that cheating?) My first project is an app of my design for a local non-profit food bank. It's the other side of the brand...
View ArticleWhat are you building with Ionic? We want to know!
I just released TMI: We Have Questions, You Have Answers for Android, iOS, and web: http://www.playtmi.com. Built with Ionic beta-14, Parse, Giphy, Amazon S3, Blitline, Crosswalk (Android), WKWebView...
View Article$ionicScrollDelegate.resize() not working after update to 1.1.0
Hi, I am using ng-hide to hide content, and then upon clicking a header, it toggles a the ng-hide variable. When I toggle I also call $ionicScrollDelegate.resize() to account for the new content and...
View Article$ionicScrollDelegate.resize() not working after update to 1.1.0
Can you try to fix it by using native-scrolling ? Just add overflow-scroll="true" to your ion-content. For more information
View ArticleRetrieving mysql data using json and php
Hi Fabio, Thanks for the link, now I will try to view the json on the web to android app
View ArticleForce enable swipe-back?
The swipe-to-go-back is not enabling on my iOS app for some reason. It's strange because I had to force the "ionic.Platform.detect()" call to get the classes to properly add to the body. I'm assuming...
View Article$ionicScrollDelegate.resize() not working after update to 1.1.0
Thanks for the post, that was an interesting read. From what I gathered though, I can't use that for iOS yet.
View ArticleHow to work with Bluetooth? (and GeoLocation)
I have an Ionic app under development, which uses the Geolocation plugin. Currently it works fine. I'd like to increase the accuracy of the GPS by introducing a third-party Bluetooth GPS receiver. I...
View ArticleIon-list item-divider icon placement?
I may have corrected the problem in your css if you include this: .item-divider i { position:absolute; right:10px; } the icon will be moved to the far right of the list divider, other than that I have...
View ArticleJava as backend? Need Explanation
Hi, I have used $http to make the rest call. Since its a REST endpoint, it doesnt matter if the backend is implemented in java or .net or ruby etc. eg. call to a REST service. var url =...
View ArticleDisable emoji keyboard or strip emoji from text field
What would be the recommended way of removing emojis entered into a text input?Is there a non-emoji keyboard? Or can this be handled with regular expressions?
View ArticleRolling credits in Ionic?
I'm a total noob when it come to MEAN & Ionic, so don't curse me if this stuff doesn't work out. Some jQuery stuff I checked out about a year ago seemed pretty legit over here at...
View Article