Ionic.Platform.fullScreen() breaks scrolling in Android after keyboard is...
@Ionicoser I made fullscreen false. That's all I can recommend doing for now.
View ArticleIonic sass compilation on build
quick fix : run gulp sass before running ionic build or run
View ArticleWeird problems with Ionic 2 CLI and app
The first error suggest an error accessing a variable, is it the conference app from repo without editing? The second is harder to debug without inspecting the code nor the console output, maybe an...
View ArticleHaving Issues Nav Bar Back and SideMenu Button
I would like to have two nav bar back buttons set up. One for back button when navigated away from homepage, and the other icon for side menu. They seem to behave very inconsistent so I guess I have...
View ArticleIonic Pinch To Zoom
any news on this? i was also using this code, but it no longer works with 1.2. thank you
View ArticleNg-show for tab item
I would like to show a tab link for a specific user type only.. I'm unable to find an example, can someone help with this?
View ArticleA Simple Music App Starter
Cool! IS it possible to incorporate this into an existing application I'm designing?
View ArticleNg-show for tab item
give user specific tab an identifier in html, use that to make it "display: none" in css and when user type is detected, overwrite it to "display: block" with javascript.
View ArticleIonic Pinch To Zoom
This is what I have for my image modal with no header and pinch to zoom. <ion-modal-view class="image-modal" ng-click="closeImgModal()"> <ion-scroll zooming="true" direction="xy"...
View ArticleBuild Apps in Minutes with Ionic Package
Hi, I need help with ionic, i'm trying read the csv and print the dates in a list, how a chat, but don't print nothing, just i see 2 empty bars , and i'm using the google maps api too, but when i work...
View ArticleionicActionSheet Undefined
Hello, I am trying to bring in the ActionSheet and I am following the ActionSheets doc precisely (I am importing $ionicActionSheet into the controller as well) but I keep getting the following error:...
View ArticleionicActionSheet Undefined
hi try this:if you don't use controllerAs so replace vm.actionSheet to $scope. actionSheetand call the fund from your view vm.actionSheet = function() { var Sheet = $ionicActionSheet.show({ buttons: [...
View ArticleIonic User calls fail and returns HTTP 400 error
Hey guys, I'm running into an issue where it seems that calls to the Ionic platform (specifically Ionic User) are returning HTTP 400 errors. I don't recall this happening before, and calls fail in...
View Article$cordovaFileTransfer and session id (jsessionid)
hi try this var Options = { params:{ session_id:######, param2:##### }, headers:{ 'AUTH':###### }, }; $cordovaFileTransfer.upload(URL,DATA, Options) .then(function(result) { // success },...
View ArticleSide menu after app intro and directive
Hey everyone, Is it possible to have a side menu in a directive and to call it just on pages we want ? I'm trying to have a side menu right after an app intro (slider with a tutoriel on howto use the...
View ArticleionicActionSheet Undefined
Hi, Thank you for replying but I'm still running into some issues. So this is the controller:.controller('OptimusCtrl', ['$scope', 'Players', 'LineUp', function($scope, Players, LineUp,...
View ArticleBack button not showing when coming from nested pages (tabs)
Please try this: <ion-view> <ion-pane> <ion-tabs class="tabs-top"> <ion-tab title="Home"> <!--Tab content goes here--> </ion-tab> <ion-tab title="About">...
View ArticleionicActionSheet Undefined
whileyryan: .controller('OptimusCtrl', ['$scope', 'Players', 'LineUp', function($scope, Players, LineUp, $ionicActionSheet) { you need to add $ionicActionSheetalso before function($scope....)i.e...
View Article