How to programmatically trigger doubletap event?
Thanks so much! It worked like a charm. The docs are a little confusing, so I'll post my code here to help someone with the same problem: ionic.trigger('doubletap', { target:...
View ArticleChange Ionic header size
Hi all, I'm working on an app at the moment and I'm trying to change the header size to make it taller. I've seen lots of other posts asking the same question and it seems that the advice for changing...
View ArticleUsing multiple views inside single state
Hi All, I'm trying to work on multiples views inside a single state. Basically, when the state 'home' loads, I want to load the 2 named views but it's not working. I've followed the rules on this and...
View ArticleIonic Autocomplete and Search Feature
@stevenfitzpatrick Then I guess that you will need to implement this behaviour yourself, outside of your ion-autocomplete directive.
View ArticleIonic push notificatoins
@niklas_ngenic Pusher services has nothing to do with CGM or APNS it's more an API to manage your events like used for: Multiplayer gaming. Badge notification. etc ... Regarding to the plugin...
View ArticleList items are being highlighted when trying to scroll
I would like to bump this, we are still seeing this issue
View ArticleIonic push notificatoins
@Devniz But can I recieve notifications messages even if the app is running in the background?
View ArticleHow to update data in the menu after the app is initialized?
Hi! I have some content on the left menu that can only be displayed after the user is logged in. Currently the menu sits in the app.html and the data comes from the app.js, which is processed only...
View ArticleGoogle Analytics validate tracking for demographics
JRozler: Google gives me instructions on how to do this for Android and iOS native apps, but not for hybrid apps. Link? Maybe this can be adapted...
View ArticleLivereload to update platforms/ios/www/build
Tried this? http://ionicinaction.com/blog/livereload-your-ionic-app-inside-of-your-emulator-or-device/
View ArticleBlurry splash screen on tablet
WiNNie_p00h: and later i created a splash screen in exact the resolution of the tablet... Did you also add it to config.xml or any other configuration? If so, how exactly?
View ArticleLogout and return to welcome view. ionicHistory
Aceconhielo: $ionicHistory.clearCache is a very problematic function, googling for it reveals lots of forum threads and Github issues that it doesn't work as expected etc. Maybe this helps:
View ArticleHow pass function to one controller to another?
Service is the way to go - keep your controllers lean.
View ArticleIonic push notificatoins
@Devniz, Sorry But I still don't understand where to define which push service to use with the phonegap-plugin-push. For instance, I have been looking into Parse.com:s services. If I would like to use...
View Article'webkitMovementX' is deprecated. Use 'movementX' instead
halukkaramete: Can't help but ask why the ionicframework ships with those deprecated calls? Probably nobody opened a Github issue to report it? Even more probable nobody wrote the code and did a Pull...
View ArticleIonic App not launching automatically in default browser
What does the browser load? Does it open a tab with nothing? No tab at all?
View ArticleSafariViewController instead of InAppBrowser
@EddyVerbruggen documented how to use it: https://github.com/EddyVerbruggen/cordova-plugin-safariviewcontroller#4-usage Did you already try it?
View ArticleGoogle Analytics validate tracking for demographics
https://support.google.com/analytics/answer/2444872?hl=en&utm_id=ad#app
View Article