Scroll issue while navigating form inputs using accessory bar
I am using Ionic lib 1.2.4 I am trying to tab through inputs using accessory bar, but when it scrolls up to position the inputs below viewport, it scrolls them all the way up under the header and...
View ArticleContinuous fail on deploy to device
Hi, I'm getting crazy in trying to solve an issue that's not a news but whatever I've found googling didn't work.The problem shows when I try to deploy my app to the device with "ionic run android...
View ArticleHow to set contact picture?
Thanks for the update with your solution, good luck for the rest !
View ArticleCalling Meteor server from Ionic app - Auth problem
I have exactly the same problem that I share here Did you find any solution ?
View ArticleFetching json by node index
hi , i have problem fetching data in json by index { " Quartier: x": { "Pharmacie du midi": { "adresse": "10, rue d' El Jadida (anc. médina) ", "tel": "522220666" } }, " Quartier: z": { "Pharmacie...
View ArticleAndroid hardware back button
It actually works, it minimizes it which is an expected behavior, i have a tsd.json so i just need to install the tsd for Cordova right?
View ArticleAndroid hardware back button
But which one? cordova? cordova-ionic?I installed both but still the same, the linter jumps in my face.
View ArticleIonic + Meteor, the android app updates itself...!
Could you elaborate a little ? Source code example, did you use angular-meteor ? Something else ? I am currently building one ionic app with meteor as a backend, so i will be happy to share problems
View ArticleAndroid hardware back button
I'm just guessing here since I don't know much about typescript, but I'd say try cordova since the function you're looking for is part of the core cordova functionality and not related to Ionic.
View ArticleAndroid hardware back button
luchillo17: But which one? cordova? cordova-ionic?I installed both but still the same, the linter jumps in my face Late edit, the error remains even after installing both.
View ArticleHow to nav.push outside an ion-tabs?
Did somebody tried it on a real iPhone to see if it is a Chrome behavior only or not?
View ArticleAny social Oauth starter template working properly?
I need to implement Social Oauth in my app, but i can't get the ng-oauth to work properly neither have been able to find any working example with social oatuh login enabled. The error i'm getting with...
View ArticleIonic Livereload on Android doesn't upload changes
Hi, I'm running livereload on my Android device (Not an emulator) using this command: ionic run android -l -c -s This will run my application on my device and I can see it on the screen. However, the...
View ArticleIonic 2 ion-slides Index attr, Having issues
Yes, it should be working. If I pass index="2" on the conference app I am seeing it start on the third slide, and without it it starts on the first: <ion-slides pager index="2"> github.com...
View ArticleCreate Icon & Splash Screen
you must add platform in your project use ionic platform add android or ionic platform add ios then run this command ionic resource --icon and or ionic resource --splash Next step, put your icon file...
View ArticleCreate Icon & Splash Screen
Thank you so much guys: I would like to know if the script "ionic resource" connects himself to some url, because the execution of the script writes "Upload image" and maybe in my company there is...
View ArticleCreate Icon & Splash Screen
I think when we build use ionic build --release android, it's just move your icon file from "resources/android/icon/" to "platforms/android/res" and rename it. but that's just my thoughts, and i...
View ArticleIs popover component available in ionic 2 beta.53?
Anyone found a work around way to simulate until it is added to some future release? Maybe a button with some window?
View Article