Glitch in Ionic View
My coworker has exactly the same issue on his Android phone. The app works like a charm on my iPhone, but he immediately sees "Woah, no apps yet!" with a stretched out robot icon head.
View ArticleIonic and SignalR
Hello, I have SignalR hub running on one of my servers. I'm able to connect to it and get data when i declare my controller directly inside Index,html How ever when i try to user it's no longer...
View ArticleHow to make android layout same as ios?
You will need to update the SCSS files to apply your changes to the interface elements you want to change, like the header title's position. Chris
View ArticleCordova Sqlite plugin problems
If you still have trouble with this, I would post your question on that blog and not this forum. Good luck.
View ArticleIonic + Facebook + JWT + Passport.js, is it a good fit?
Hello, I am trying to build an ionic app that is using the above for authentication purposes, and I nearly have it done but I am hitting a wall and I am looking for some advice. My flow goes as...
View ArticleCordova Sqlite plugin problems
Why? This is THE Ionic forum, no reason not to ask the question here... and there if need be.
View ArticleAndroid crash
hi there odz,i am facing the same issue, i try remove .card class from my views and remove crosswalk pluging to check if that helps, i will update the result of the test tomorrow, i hope u find a...
View ArticleDeploy ionic app as a website
Hi @linjeffmn - that's really great work. Did you create an adaptor to make it work as a website? I've been drafting up our app in creator.ionic.io and the share / preview link works great inside a...
View ArticleCordova Sqlite plugin problems
The problem is you have the question and answers (or partial answers) scattered across multiple forums. I face this problem all the time with the PhoneGap forums. As you answered, the issue really...
View ArticleCordova Sqlite plugin problems
Understood. On the other hand the more questions, even ones like this where he simply didn't follow the instructions/tutorial will build up a large knowledge base that future users can search when...
View ArticleIonic failed to add platform android
Happened to me today too. As a workaround I just went back a patch: ionic platform add android@5.1.0
View ArticleiOS App Store Rejection
We build apps for clients and have run into this issue before, we encourage clients to integrate some native feature in the app even if it is cosmetic to avoid this issue. Also if that is all it does...
View ArticleIonic 2 using ion-searchbar to search in complex objects and array of objects
Hello, Is there a "built in" way to search in a complex object, something like: { title: 'some title', content: [ {key: 'asd', val: 'asd'}, {key: 'asd', val: 'asd'} ... ] }
View ArticleIon-refresher question
Here what I've done. Probably can be optimized or done differently. I am opened for other suggestions onPageLoaded() { this.refresh(); } refresh() { return new Promise((resolve, reject) => {...
View ArticleAnyone tried the Translate service?
Hello @icarus_31, you can use: this.translate.instant('mystring');
View ArticleIon-refresher question
I'm a little confused about what you're trying to do overall. If you're just wanting to block an action until all refresh events have completed you could create a variable to watch the active events....
View ArticleHttp link of uploaded app
Hi all, i uploaded the app to ionic server. Any body know the link/address of it as i need the link to register in dropbox as redirect url for the app to access my dropbox file. Thanks.
View Article