Reusing camera factory -- code review and advice
@madibaion wrote: In my projec app ,i need to reuse the camera module , it being called 5 times in different controllers ,i need a way to reuse the function around, and allow configuration on the...
View ArticlePagos; Tarjeta de credito
@Fhenix666 wrote: Muy buenas tardes. Disculpen, pero no domino el ingles. :-S Por eso escribo en español. Tengo una duda, no he encontrado nada en la RED que me ayude resolverla. Que herramientas hay...
View ArticleHelp! a TON of iOS build warnings
@versionii wrote: I'm hoping someone can help. When I run 'ionic build ios' in the CLI the build is successful but it is outputting a crazy amount of warnings. I'm pretty nervous about trying to...
View ArticleNested states and nested resources
@jeffmaury wrote: I am trying to play with nested states and resources but I'm blocked when I reach the second level. I did a sample based on the Ionic sidemenu template. I just add authors to each...
View ArticleFetching json by node index
@Yagami2k04 wrote: 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:...
View ArticleAny social Oauth starter template working properly?
@sebash93 wrote: 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...
View ArticleIonic Livereload on Android doesn't upload changes
@Devniz wrote: 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...
View ArticleMake Android default for mobile or anywhere else?
@onigetoc wrote: I'm looking for it everywhere and i don't find the way to make the default theme to alway be Android for mobile only or for another project i will reveal here latter. Posts: 1...
View ArticleMaps ionic
@arsene wrote: Can somebody help me!!! the google maps card doesn't load in my android device but it load on my browser Posts: 1 Participants: 1 Read full topic
View ArticleCan't show images from Android storage
@sandovaldanilo wrote: Hey, I'm developing an app where users can choose a photo from their gallery to use as a profile photo. I'm using cordova-plugin-camera to get this image and I'm having some...
View ArticleIonic just lost me
@onigetoc wrote: I just checked the new ionic 1.2 with this angular 2, You just lost me. it was fun before now this new way of doing app is not fun at all. I will return to html and jQuery. How to...
View Article(*ngFor) Performance issues when getting a long list of items
@bandito wrote: I am not sure if this is angular 2 or ionic 2 related, but when I make a long list of a certain array (let's say over a hundred but I am unsure) there is a huge performance issue when...
View ArticleIs showWhen broken?
@samfung wrote: I don't know why showWhen="ios" and showWhen="android" is always evaluated to false although there is class="ios" in the html body. HTML <ion-buttons start> <button...
View ArticleHow to programatically open the ion-option-buttons on ion-items
@Sobiru wrote: Inside my Ionic application, Let's say I have an ion-list with some ion-items inside like this: <ion-list> <ion-item> I love kittens! <ion-option-button...
View ArticleGradle error while building ionic project
@amir123 wrote: Hello you geeksi created a project on ionic creator then exported it with ionic cli to my pc (ubuntu 15.04).now when i tried to build an android apk got very annoying gradle error. i...
View Article$cordovaNativeAudio doesn't playback audio files after a while?
@Lay wrote: I've got an ionic app that uses cordovaNativeAudio plugin for playing audio files. The app is kinda a foreign language dictionary where the user can listen to the vocabulary to learn how...
View ArticleFeature Request: $ionicListDelegate.openOptionButtons
@lilbiscuit wrote: It would be useful to have the option to manually expose the list item option buttons. Since there is already a $ionicListDelegate.closeOptionButtons method, why not add:...
View ArticleAdding tabs to a view while default template is sidemenu
@anubro wrote: My project's default template is sidemenu , I needed to have tabs on a inner view, I created another tab project and copied useful content into it, so far, everything is working fine...
View ArticleShow progress spinner until UI render (Because of Performance issue)
@Sanat88 wrote: I want to show progress until route from one screen to another and second page fully render. I am using tabs + list for Master and tabs + list in detail view. When i click on list for...
View ArticleTried to use turnjs in my project
@ezazwar wrote: hi i used turn.js in my project which is working fine when i keep the data in the div but if i use ng repeat in it then it doesnt show anything any suggessions Posts: 1 Participants: 1...
View Article