Cannot find module 'gulp'
@mihir77 wrote: Hi guys i am getting this error when i build for android - ionic build android error - WARN: ionic.project has been renamed to ionic.config.json, please rename it. Uh oh! Looks like...
View ArticleHow to delay the changes of navbar when going to another view?
@distante wrote: I'm using Native Page Transitions for a couple of "special" transitions (slide up) in a determinate view. To avoid the default transition animation, I stop the regular animation...
View ArticleFacebook SDK import Issue
@baviskarmitesh wrote: I want to import latest facebook sdk into ionic application using eclipse. It has .arr file can anybody help me to import this sdk into my project Posts: 1 Participants: 1 Read...
View ArticleShow white header show when navigate page in Ionic
@surajkumargorai wrote: When I navigate from one page to another in place of header show white header(Reload header) every time. ezgif.com-gif-maker (1).gif716x338 780 KB I remove cache: false from...
View ArticleCustom Styling $cordovaToast
@Nicksmith1 wrote: Hey, Does anyone know if you can custom style $cordovaToast? The Github documentation suggests you can style this with certain attributes, but the ngCordova documentation suggests...
View ArticleIonic 1 - Push Notification
@lto wrote: Hi, I am using Ionic 1, implement feature Push Notification, testing my in the iOS, iphone 6s following this article everything works just fine until today, mobile has stopped receiving...
View ArticleCannot build Android
@sklaujb wrote: Ever since I upgrade to ionic cli 2.0, I just can't seems to be able to build for the Android. I tried to revert back to the older version and having the same problem now. I am at a...
View ArticleInput type="number" min="0" max="10" not working
@jf1 wrote: Hello all,create a form with input type="number" min="0" max="10" field but not working in apk generated by ionic 1.3.Is it a bug ?thanks. Posts: 1 Participants: 1 Read full topic
View ArticleHow display $scope.User data in console?
@DavidLoevy wrote: in controller I have code: .controller('MyAccountCtrl', function($scope,$http,BaseURL,$localStorage) { var OnUserComplete=function(response) { $scope.User=response.data; }...
View ArticlePush Notifications are not received when sent to many users at once
@Mephalay wrote: Hello, I have an application available in Android market, and running on some IOS devices, it will be available in Apple App Store soon.Whenever I send push notification to all users...
View ArticleDisplay screen according to the day
@Matungoo wrote: Hi, I have to show a different screen every day.There are a total of 8 screens that rotate. How can I do that? With setInterval? Posts: 1 Participants: 1 Read full topic
View ArticleI can´t trigger a input type file in Device
@edavila wrote: Hi. I have maybe one week with this problem. When I use a input[type="file"] field in my form, in Ionic Lab it works fine. In Android emulator, it works fine. But, when I run the app...
View ArticleSSL error iOS
@eikooc wrote: Has anyone tried getting an SSL error on iOS when there is no network and then it persists for the rest of the app's lifetime on the phone. As in if the app is uninstalled and installed...
View ArticleInAppBrowser not working on android
@thewozjesse wrote: I've installed the plugin via "cordova plugin add cordova-plugin-inappbrowser" and had success on an iOS build opening up a website with window.open('https://google.com', '_self')...
View ArticleFacebook Plugin Key Hash Inconsistencies
@yche544 wrote: For my app I am using facebook-connect4 plugin https://github.com/jeduan/cordova-plugin-facebook4.I setup the project on the facebook developers page, but although i entered the...
View ArticleAdding controller to state in IonicUIRouter doesn't work
@Santthosh1 wrote: .state('test.account', { url: '/account', views: { 'tab5': { templateUrl: 'templates/account.html', controller: 'AccountController as vm' }, 'tab4': { templateUrl:...
View Article‘Cordova/CDVViewController.h’ file not found in Xcode 7.3.1
@Hutter wrote: Hello, I have a problem with my application. For more than 14 hours I'm looking for...I hope you will help me please I managed to run my application with Xcode on my iPad, this one...
View ArticleRetrieving device tokens form Ionic Platform
@prz wrote: I've just got through Ionic Push / Full Setup docs and succeeded in sending pushes via Ionic Platform. The problem comes when I try to make my own POST http request. I am obliged to pass...
View ArticleHeader disappear on controller reload
@umefarooq wrote: Hi i am checking internet connection in my app controller, it working fine show popup message if app is offline, when i reload the same controller header disappear, i have tried...
View ArticleAnyone know about facebook bot?
@arunkumarinde wrote: Hi , i want implement facebook bot in my ionic application. could you please any one help me Posts: 1 Participants: 1 Read full topic
View Article