SCRIPT7002: XMLHttpRequest: Network Error 0x2efd,
@JesusJimenez wrote: Hello there! I started with Ionic to build hybrid apps for windows. Unfortoutnaly I got this error when doing POST and GET calls This is the call var request = { method: 'POST',...
View ArticleIonic social share for telegram
@vahidvdn wrote: I found ionic and cordova social sharing plugin that supports whatsapp, facebook, twitter, etc. But nothing for telegram. Is there any way to use telegram in social sharing? Any other...
View ArticleCopy files from input issue
@andersonziller wrote: I need some help with this issue: I'm developing an app and I need it to upload a file from input file, which is not the problem, and I also need it to make a copy of that file...
View ArticleIonic.Auth.signup UNPROCESSABLE ENTITY
@Gasparyan wrote: Hi guys! i cant find solutio for this issue,help me if you can thanks!!!! Ionic.Auth.signup($scope.sup).then( function(user){ user.migrate(); user.save(); // save the user to persist...
View ArticleMultiple Nested Views + Tabs
@rafabsides wrote: Hi guys! First I'm sorry if this is already asked. I searched the forum and found some topics about it but although they helped in some levels, I'm still stuck in this. I have this...
View ArticlePhonegap-facebook-plugin?
@developer_med wrote: hey guys, i want to implement this service by using this http://ngcordova.com/docs/plugins/facebook/ i think there are more than solution but i still want to use ngCordova...
View ArticleI am getting an error while insatlling
@Monish_Njs wrote: error_ionic.png1366x768 43.6 KB Posts: 1 Participants: 1 Read full topic
View ArticleCSS -webkit-transforms spikes memory usage
@ultradryan wrote: I am trying to do a flip card animation. Whenever -webkit-transform is applied, memory spikes to twice it used to be (from a near 200MB to 500MB) all that is different is one line...
View Article$scope.on || $scope.watch -> $ionicView.before/after?
@CTucker1327 wrote: I'm getting absolutely fed up with the unreliability of the $ionicView broadcasts. Is it a broadcast? Is it a value? What is it. It seems like on every other page I have to switch...
View ArticleImage Upload From Cordova Camera
@theupscale wrote: quality: 100, destinationType: Camera.DestinationType.FILE_URI, sourceType: Camera.PictureSourceType.CAMERA, encodingType: Camera.EncodingType.JPEG, allowEdit: true, popoverOptions:...
View ArticleHow to load Hosted App ( URL content ) in ion content section
@rahulichasemydreams wrote: I am trying to use ionic template to render navigation bar and some other menu options. Intention is to use this navigation bar and load hosted application inside web view...
View ArticleButton-full color isn't changing
@DrChang wrote: It's so weird. A. button class="button button-block button-calm" ng-click="doLogin()">LOGIN B. button class="button-full button-calm" ng-click="doLogin()">LOGIN A and B both use...
View ArticleIonic package crosswalk multiple apks
@obedm503 wrote: The purpose of this is mainly to ask a question. When working with ionic package and crosswalk, is there a way to generate multiple apk files (x86 and ARM)? Ionic package is great,...
View ArticleIon-select selected conflicts with [(ngModel)]
@sclrax wrote: <ion-select ngControl="format" [(ngModel)]="format"> <ion-option value="format1" selected="true">Format 1</ion-option> <ion-option value="format2"> Format 2...
View ArticleSASS Issue - libsass bindings not found
@tjflamezz wrote: The following error keeps showing up now:ionic $ /APP/node_modules/gulp-sass/node_modules/node-sass/lib/index.js:22 throw new Error('libsass bindings not found. Try reinstalling...
View ArticleClick gets carried on to next view (causing doubling of clicks)
@altelante wrote: Hi,I'm having a weird issue on buttons: 1) state #1 has a button to navigate to state #2 (via ui-sref or ng-click).2) the user clicks the button.3) the new page get loaded4) I have...
View ArticleLivereload not working
@icernn wrote: livereload suddenly stopped working when used in genymotion emulatorit was working propery before.when I run command ionic run -android -l -c i get this out put with no errorSetup Live...
View ArticleBuild app with play services 8.4.0
@sirramin wrote: I am using OneSignal push notification plugin and in my android SDK manager google play services version is 31.So the app is building with google play services 9.2.0 but many of my...
View ArticleInfoWindow and button of detail
@salam1993 wrote: Hi , Please I nead help , I m working on a map application , I set markers and InfoWindow and in every infowWindow I put a boutton of details that should open a new view wthere we...
View ArticleRadio group on new page component
@Svirskyi wrote: I'm new to ionic and angular and I want to create a custom element directive, like: <radio-group value="'a'" values="{{['a', 'b', 'c']}}" on-value-change="onChange()"...
View Article