How to add Ellipsis once text doesn't fit the container?
@junerockwell wrote: I have text that vary in length for each <ion-item>. I'm using collection-repeat for performance reasons. I've added class="item-text-wrap" to the <ion-item> so that...
View ArticleIonic 2 tabs in page with side menu
@george_eleutheriou wrote: Hi, I a recently started to learn Ionic and i want a little help. I am trying to create an app with some pages to navigate from a side menu. Some of these pages on the menu...
View ArticleShould [navPush] be the same as nav.push()?
@pedroseac wrote: I tried using [navPush] recently, and it gave different results as using nav.push(). Basically nav.push() pushed a new page without my tabbar and my navbar (what I expected), them by...
View ArticleChange All Text Color in Ionic App
@Rosi061 wrote: Hello, I want do change all text color on my Ionic app.Is there any way so that I can change the text-color by setting the value of variables in "_variables.scss" file? Thanks in...
View Articleionic2 searchbar in form
@ChrisCoffey wrote: I'm using a searchbar within a form. Its great for filtering lists etc, but seems to break the form's submit handler. By the time ngSubmit fires, the searchbar's contents have been...
View ArticleInput range don't work with keyboard open!
@masai2k wrote: Hi,in my app I have a form with an input number and, below, an input range to change the number. But, only on iOS, when I insert the number I can't move the input range to the...
View ArticleHow to create a full height categories display with images background
@rpalaciosg wrote: I'm trying to create a full height layout with buttons in a 1 x 4 grid how to categories. It will only be in portrait mode just like the image below. How I can get a similar design?...
View ArticlePush not working even though we have device IDs
@platejoy1 wrote: $ionicPush.init and $ionicPush.register appear to be working (our onRegister callback is being called with a device token). However iOS doesn't display a pop-up asking for permission...
View ArticleHow to know if the SideMenu was opened by drag/swiping?
@junerockwell wrote: Is there a way to know in real-time if a SideMenu was opened by swiping or dragging? There is a button that opens the SideMenu: $scope.showRightMenu = function () {...
View ArticleIonic 2 Projects: updating to beta.4
@tim wrote: Hello Ionites! There have been some changes to Ionic 2 projects in the last few weeks. If you're updating an existing project and running into issues, you have a couple of options. If you...
View ArticleBeta 3 vs. Beta 4 + Sqlite
@SDP1966 wrote: First Issue: Beta 3: In a page's onPageWillEnter() I get the relevant records from Sqlite, the page animates into view with the records already in place. Beta 4: No changes to the...
View ArticleSyntaxError: Unexpected token < in JSON at position 0
@yoyodj wrote: Im getting this error on this function this.http.request("") .subscribe((res) => { console.log(res.json()) this.list = res.json(); }, (err) => { console.log(err) }) I left request...
View Articleionic2 ion-slide contents center justified
@sankar_gopalan wrote: The contents of are by default center justified - Is there a way to display the contents from the left top within the slide? Basically - I am trying to display fields as below...
View ArticleHow to create login
@ashish2312 wrote: how to create login i have a server and i have a web service..how to compare username and password in our controller... please help me i am new in ionic framewok Posts: 2...
View ArticleWebView width problem after orientation change
@DJAGU wrote: Hi, I am building an app using Ionic framework. My app works perfectly on Android Phones, Tablets and iOs emulators (iPhone and ipad).I wanted to test my app on an real iPhone and than...
View ArticleSupport for Angular Universal
@tleguijt wrote: Is support for server-side-rendering / angular-universal on the roadmap?Right now the Ionic framework is tightly coupled with the DOMrenderer (it loads dom.js where it expects a...
View ArticleIonic2 is too slow in android (buttons problem)
@MiriK wrote: Hello guys, i try to install ionic2 tutorial to my samsung galaxy S5 (android 4.4.2) - using CLI ionic run android everything is ok. The app started, but when i click to buttons it not...
View ArticleIon spinner wrong on android
@Muhammedabuali wrote: ion-spinner shows as a full circle on android and the mobile chrome browser although it looks right on the desktop browser. Posts: 6 Participants: 2 Read full topic
View ArticleWhy learn.ionicframework.com redirect to http://ionicframework.com?
@tkutlic wrote: Why is learn.ionicframework.com redirecting to http://ionicframework.com ? I need to access ionic formulas. Posts: 1 Participants: 1 Read full topic
View ArticleBlanc Screen in Android device After Update to Beta 4
@aminehajfrej wrote: Hello all, I update ionic-angular to beta 4 . Everything is working ok in android emulator. But I have a blanc screen in my Android device with error Uncaught TypeError: cannot...
View Article