How to change the height of navbar in android similar to ios
@AishApp wrote: Hi,I have an svg img to be displayed in my title of ion-navbar. In IOS, image fits perfectly while in android the img is hidden as the ion-content hides ion-navbar. Attached the img to...
View ArticleHow can we connect the database in ionic framework
@Jiten_08 wrote: how can we connect the mysql in ionic framework help me out pls.. Posts: 2 Participants: 2 Read full topic
View ArticleComponent does not render properties of children
@mateuspaegle wrote: Hi guys! I have a component where I am trying to isolate the entire logic of a button to make the application logout. // logoutbutton.js import {Component} from 'angular2/core';...
View ArticleChange ions-tabs background dynamicaly
@amoyaux wrote: Hello, Following this codepen http://codepen.io/ionic/pen/odqCz , I would like for example to have a background blue for the tabs bar background when I'm in the state home, orange when...
View ArticleNavigator.geolocation.getCurrentPosition does not fire in Android 6.0 version
@onkar wrote: Hey Ionic devs! I faced recently a very hard issue, spent few days but no success. Getting current position in Android 6.0 is not working. I have tried...
View ArticleHow to redesign ionic app layout so it looks good on all devices?
@Lay wrote: For example I want to set the height of a button and make it 20% of the devices's vertical viewport. I can go and change it in the CSS file. But that doesn't take different screensizes...
View ArticleIonic update failing
@coreelements wrote: Hi I had this : ------------------------------------ Ionic CLI is out of date: * Locally installed version: 1.7.13 * Latest version: 1.7.14 *...
View ArticleProblem starting new app
@dnand89 wrote: Hi! I am having trouble installing ionic. When installing, I get the error attached in the picture original.jpg1280x800 98.9 KB Any ideas? Posts: 1 Participants: 1 Read full topic
View ArticleNpm install -g ionic@beta install fail
@Slavrix wrote: I tried installing the beta for ionic 2, and i had this error come up. npm ERR! Windows_NT 10.0.10586 npm ERR! argv "C:\\Program Files\\nodejs\\node.exe"...
View ArticleHow to size a list
@mblessen wrote: Screen Shot 2016-02-16 at 8.41.25 PM.png782x1294 22.3 KB I want the scroll view to sit above the bottom button bar. Right now the scrollview goes the entire view. I don't want the...
View ArticleVariable resetting to null?
@nanexcool wrote: I have a simple page with an input and two buttons. These buttons each have a click function: getLocation() and test(). Pasted image831x649 42.3 KB The input has an ngModel of latLng...
View ArticleReview Code on a 2 page Ionic app
@tboae wrote: Hi, I am getting close to submitting an app to Google Play and the Apple store and I know that my code could be better. I am just trying to get an idea of cost and if anyone would be...
View ArticleIonic 2 custom component ion-item gives TypeError: viewFactory_Item0 is not a...
@Thomaswb wrote: I'm developing my first Ionic 2 custom component, included in a page in a tab, and mostly it's working, but when I add an ion-item to the template, it crashes with the exception...
View ArticletimeOut in ionic 2
@dbertels wrote: When calling this.nav.setRoot() from an Alert component, the screen tends to go blank, A work-around this is to give the app some time to load by calling timeOut(). Being new to...
View ArticleChange slide background color dynamically
@juanfsemaan wrote: I am using the ionic 2 slide component, and for each slide I want a different background color. So, my slider constructor look like this: constructor(nav: NavController, param:...
View Article$http.get not executing functions on success
@abdukannur wrote: Hi all, I am doing my first ionic project where i have to get some data from database and on success I havet to (1)store it in a variable and (2)navigate to a page where this...
View ArticleAngular 2 form validator for ionic 2
@zhouhaowowtv wrote: Please refer to https://medium.com/@daviddentoom/angular-2-form-validation-9b26f73fcb81#.34i1pqpq5. But I have a problem to implement angular 2 form validator in my ionic 2...
View ArticleHow do I Access the Global Injector from a Page Class?
@marrobin wrote: Every page in my app needs access to the i18n services that has been set up as a provider in my App like this: @App({ providers: [I18nService] }) I've created a base page class that...
View ArticleGoogle maps geocoding
@kpdarshan03 wrote: There is a cardova plugin for ios and android for cordova and then there is a ngCordova plugin. Which one to use? Since Ionic uses angular I am a little confused which one to use...
View ArticleUsing ion-scroll with zoom & mouse
@pliablepixels wrote: Hi there, I have the following fragment of code that works great on touch devices: <ion-scroll delegate-handle="imgscroll" has-bouncing=false min-zoom=1 zooming="true"...
View Article