Navigation stack broken after switching tab programmatically
When you are on the first tab (1), switch to another tab (2) and tap a list-item (3), you actually create the history item for the tab-view (2) that causes the back buttonto be displayed. If you go...
View ArticleNot able to understand Ionic2 Segment component using formBuilder
got it working, although document is not very clear, its easy to figure out, the reason it was not working for me was because I had misspelled the variable name I used for formbuilder in my html.thanks
View ArticleWhatsapp Intent doesn't work
I've used opening of Whatsapp from within an Ionic app in the past.Your config.xml should contain:<access launch-external="yes" origin="whatsapp:*"/> There's no need to use ng-href here, no...
View ArticleGoogle Analytics validate tracking for demographics
Ok, so the plugin you're using (this one? https://github.com/danwilson/google-analytics-plugin) doesn't support this out of the box. You could just fork the repo on Github and add the last line of the...
View ArticleNavigation stack broken after switching tab programmatically
I tried that before, but somehow it didn't work. I tried to use a state function to navigate to (2) and from there to (3). I only got to (2) and there it would stop. Unfortunately I don't remember if...
View ArticleCursor remains stuck on original position after scroll
Can someone please help me with this? I have tried to use jQuery too but the scroll doesnt work out as perfectly as it does using ionicScrollDelegate.
View ArticleNavigation stack broken after switching tab programmatically
Probably the code stops after it is redirected to somewhere else, so maybe you have to already "trigger" the seconds redirect asynchronuosly or something like that.
View ArticleText Decoration looks wrong in Sublime text 2
My code is working fine, but can anyone tell me why the end of my code looks odd. Do i need a plugin ? ThanksSabba Screen Shot 2016-01-15 at 14.35.02.png1394x1198 129 KB
View ArticleSafariViewController instead of InAppBrowser
ds10320: Need any help? No, thanks! Will manage.Good to hear you it's working fine.
View ArticleGoogle Analytics validate tracking for demographics
Super helpful, thanks! I'll look into those options.
View ArticleText Decoration looks wrong in Sublime text 2
No need for a plugin I think. Color highlighting is off after the apostrophe (') in "Here's the main route for the app". Nothing to worry about.
View ArticleText Decoration looks wrong in Sublime text 2
Thanks for the reply tomkuipers. Can you recommend a fix for it? or should i just make do?
View ArticleIonic v1.2 Android Keyboard White Screen Issue
Same Issue here. Have you found a solution yet?
View ArticleText Decoration looks wrong in Sublime text 2
I'm not aware of a fix. I would just continue. If it bothers you, you could try a different editor.I am using Webstorm but it is not for free.
View ArticleTypeError: Cannot read property 'scan' of undefined
Hello community,im sitting over 4 hours and trying any possible suggestion, but no one works for me.Im including follow cordova plugin "https://github.com/wildabeast/BarcodeScanner.git". Im also...
View ArticleApp stop normal work after Cordova build --release android
Why don't you fix the real issue? You test for ssl certificate issues at https://ssllabs.com/ssltest/
View ArticleStrange errors in eclipse for ionic project
Hi, i start to use eclipse to develop ionic app...but there are many errors when i import the project. If i run the aoo works, but for example i have errors in www/lib/ng-Cordova/dist/ng-cordova.js...
View ArticleIonic push notificatoins
Please read the documentation of cordova-push-plugin, you need to fetch your registerId and configure GCM in your Google developer console, witch will serve your pushing system. As I've said I also...
View Article