Help for newbies
@arsene wrote: Continuing the discussion from Join the Ionic Worldwide Slack Group: Ben: Hey Ionites! The Ionic community recently started a Slack chat group called Ionic Worldwide. The group is...
View ArticleIonic determine browser you are using
@Edmamerto wrote: How do i determine if I'm using the crosswalk browser or the default browser Posts: 1 Participants: 1 Read full topic
View ArticleProblem with gulp-sass and node 4.1.1
@in3p2i87 wrote: This is my enviroment with the command ionic info Your system information: Cordova CLI: 5.3.3Gulp version: CLI version 3.9.0Gulp local: Local version 3.9.0Ionic Version: 1.1.0Ionic...
View ArticleProblem over the position for ng-material-floating-button
@xuying wrote: I'm trying to implement a floating action button, I used angular material and this ng-material-floating-button. I managed to have the button, but it's in the halfway of the screen...
View ArticleWhere should I free up resources? $destroy or $ionicView.unloaded?
@samfung wrote: I'm little bit confused where I should free up resources. Should I do in $scope.$on('$destroy', ...) or $scope.$on('$ionicView.unloaded', ...)? Posts: 1 Participants: 1 Read full topic
View ArticleHow to make cover header for one tab page
@xuying wrote: My app is ionic tab-based, I want to adjust only one tab page's header to cover header, however is being put at index.html as a public page for all tabs, how can I just make change to...
View ArticleDeveloping app for writing exam with qrcode scanner and web service
@mahboobmonnamd wrote: Using side menu app. I am having few doubts. If someone helps it will be much grateful. template loads with all controls and hides. Used ng-cloak. but still problem persists....
View Article$ionicPopup close is not working
@monugt wrote: Hi Guys, I'm not able to use $ionicPopup.close method. it shows following error, I have injected $ionicPopup to the controller and ionicPopup has been shown on the screen as well....
View ArticleHelp! How do I make option labels conditional in Action Sheets?
@ssktanaka wrote: I want the options in my Ionic action sheet to change text based on a condition. Specifically, I want the option to read "Flag" if a list item is not flagged ($scope.flag = false),...
View ArticleIos keyboard over popup
@Schmidt wrote: On ios the keyboard is always shown over the popup, so sometimes you can't see your input. We're using com.ionic.keyboard plugin. Someone has a similar problem? Can't find a solution...
View ArticleResetting with angular in an Ionic app
@FHair wrote: I am trying to make a reset button for my cost estimator I am building using Ionic Framework. Now I have a simple reset from when It was a web app but obviously that does not work with...
View ArticlePull to refresh without moving content
@dzombi wrote: Hi. Is it possible to do PULL TO REFRESH, without moving the content downwards? Best regards Posts: 1 Participants: 1 Read full topic
View Article$cordovaInAppBrowser iOS issue
@tumain wrote: Hi guys, When I used $cordovaInAppBrowser I kept getting the following error in iOS (iOS7 and iOS9), but it worked fine on Android (Nexus 4 running 4.4 KitKat): *** WebKit discarded an...
View ArticleHide elements on DOM based on $stateParams value
@Manugal wrote: Hello, I'm trying to build an app with three tabs: Home, Profile and Settings. In the "Home" tab there is a list of items. When I click on an item, I enter into a "Detail" section of...
View ArticleHow to restrict app rotation?
@ramaa wrote: I just wanna restrict my app to work in Portrait mode. How to disable app rotation? @leob Hope you have knowledge on this.. Posts: 3 Participants: 3 Read full topic
View ArticleHow to apply default "semi bold" / "medium" system font
@gfox wrote: Hi, I'm trying to have the default system "semibold" font displayed on various OS using CSS, eg: on Window: Segoe UI SemiBoldon Android: Roboto Mediumon iOS: is there one? I've been...
View ArticleDisplay different in browser and device when pull data via $http
@kkai316 wrote: Hello everyone,I was working on $http to get json from my api(start with "https://...." url). When I test on web browser (ionic serve), I can see my api json data. However, if I...
View ArticleCFNetwork SSLHandshake failed (-9824)
@matpol wrote: Hi I have been getting this error: CFNetwork SSLHandshake failed (-9824) This only seems happen when using 3G. Over wifi I have not been getting it. Even with 3g the initial requests...
View ArticleFix list scroll at bottom
@ricksmelo wrote: I'm trying to make a list fix its scroll at the bottom of the page before rendering the content. Right now I'm doing this way: I want to render the page with the scroll already at...
View ArticleSwap config.xml and resources with custom build
@Xmarker25 wrote: I would like to have multiple projects that share the same codebase. The only difference between them would be the name, bundle ID, icons and splash screens. The idea is to have a...
View Article