Ionic $state doesn't trigger socket emit?
@eldy wrote: .controller('completed', function($scope,$state,socket) { socket.on('connect', function(data) { socket.emit('order', 'test'); }); }); not sure why I need to refresh then only can see the...
View ArticleStatus bar shows on android when keyboard is visible
@developersnepal wrote: I have full screen app developed for both ios and android using ionic.I have <preference name="Fullscreen" value="true" /> on config.xml and if (window.StatusBar) { //...
View ArticleHow to debug after ionic run?
@azovl wrote: Hi guys. First question, how I can set up emulator for command 'ionic run', for example if I want to test my app in Android 5.1 or 6 version?And the second, when I run a command 'ionic...
View ArticleCan't create windows icon/splash screen
@chazwoza wrote: Hello,I've got an ionic project. I am running: ionic platform add windows ionic resources but get an error: No platforms have been added.Please add a platform, for example: ionic...
View ArticleIon-infinite-scroll and tap behavior
@ravenzuo wrote: When I add ion-infinite-scroll to a page, when tapping the page during scrolling, if we tap on an item with hyper links, it will directly go to that link instead of only stop the...
View ArticleSend post request to Instagram from app
@Pedram_marandi wrote: Hello I tried to send Instagram post request inside my application. out of the application with curl everything goes fine but when I try to send request from the application I...
View ArticleAdd event listener online
@mcnamara wrote: hi, I have designed an app that connects to a rest wordpress , and it all works , I now have the problem that I have to manage when the application is connected or not to the Internet...
View ArticleTel: works on iphone but not Android
@totoni wrote: Hi, I'm trying to make a call with ng-href="tel: {{55512345}}" and also mailto: receipt@mail.comIt works fine on iPhone but not Android.What could be the issue? Code:HTML: div...
View ArticleGoogle Play Services in Ionic Android project - Geolocation API
@nadir_bertolasi wrote: I am trying to make this plugin work with my ionic app: https://github.com/pmwisdom/cordova-background-geolocation-services This plugin needs Google Play Services installed to...
View ArticleTabs Disappeared on Ionic Analytics
@unpage wrote: Hi, One of the features I used to use in Ionic Analytics - picking the date range and the chart type in segments - disappeared last week. I'm now stuck with obsolete data from the end...
View ArticleHow to include external view in ionic view?
@ramydv77 wrote: Hi I am developing an app which is using my custom plugin my custom plugin have their on view for playing the video in androidnow i want to include that view in ionic view means when...
View ArticleTabs / Angular Ui router - Link on the same page in different views
@flashnet69 wrote: I use Ionic for with tabs . In each view, I have a link that redirects to the same page and that needs to use for the current tab. My tab <ion-tabs class="tabs-icon-top...
View ArticleIon-content overflow-scroll="true" works on Android, Not on Ios
@totoni wrote: Hi!I pulling some json data, but can't scoll the page.When adding ion-content overflow-scroll="true" I can scroll on Android, but not on iOS.Someone have any idea what to do? Regards...
View ArticleSwipe-back to option buttons
@dipak_mahapurkar wrote: Hello All Of You,I have ion-list with option buttons.My scenario is when user swipe left to item in list other item list swipe back for each item.I have provided image for...
View ArticleIonic integration with Paypal
@uderox wrote: Hi, I have been trying to integrate 'com.paypal.cordova.mobilesdk' with my mobile app, I was successfully integrated this plugin with android, but with ios it's giving me error telling...
View ArticleJavascript sorting not working in safari and ions
@masrooj wrote: javascript sort() not working in safari and ios. But its work fine in chropme and android. please help to resolve this issue Posts: 2 Participants: 2 Read full topic
View ArticleHide Ionic model and change state
@Sujith008 wrote: $scope.userActionModal.hide();$state.go('app.addexpense',{},{reload: true}); This is the code i'm using for hiding the model and go to a new state.but when i tested in ipad the model...
View ArticleKeyboard obscures input text area
@brightpixels wrote: I have a form that is displayed inside http://ionicframework.com/docs/api/service/$ionicPopup/. The issue is that when cursor is placed inside the final input (text area), the...
View ArticleIs Angular slow? Use Vue instead
@Pablo74 wrote: Hi There are some situations Angular is slow. In this case I recommend to use Vue.js It is the JS framework similar to Angular; even leaner and even faster. There is the documentation...
View ArticleCannot install Ionic on Windows 7
@rahuljoshisps wrote: I am trying to install Ionic on Windows 7 machine. First, installed NodeJS 6.1.0, It went fine Then, ran npm install -g cordova, Went fine Then, ran npm install -g ionic, Got...
View Article