Can't change Title Bar's Background
@BouncySean wrote: Hi I'm trying to change the background of my title bar to be positive color. I have tried various different things such as using positive class but that has lead to the contents...
View Article*ngIf condition makes right to left with inner content
@fredy26 wrote: Using *ngIf breaks my layoutWith this piece of code item-right is totally ignored.InsInstead of positioning my badge correctly it positioned like it doesn't have an item-right class....
View ArticleCan't Update User Email in Backend
@Npact wrote: For some reason this doesn't work specifically for updating a user's email: $scope.update = function() { var user = Ionic.User.current(); user.details.email = $scope.account.email; var...
View ArticleHow handle external api calls when app loads offline?
@JimenaElipse wrote: Hi! Hope i'm not asking any dumb thing, but I'm having real trouble on handling this issue. I'm using Google Places API in one of my views. Also I'm handling internet connection...
View ArticleBest (and correct) way to override color on SCSS
@cromanwhq wrote: Hello! Currently i'm learning Ionic to create my 2nd app to connect with WordPress API following V2B steps, the start guide is very simple and easy to use. I'm start a "tabs" app,...
View ArticleHow to attach a json file to the .js file
@riteshbhat17 wrote: I want to connect the ,json file with a .js file in my ionic 2 project and show the data using the .html.(using ngFor)Please tell me the syntax for that. Posts: 5 Participants: 3...
View ArticleIonic2 and routing and hotlinking
@dzincolorado wrote: Hello, We recently started exploring Ionic2/ng2 and so far it looks like it can meet most of our requirements. One issue I've been running into and haven't been able to figure out...
View ArticleHow to disable scroll of an ion-content
@iborik wrote: Hello, I want to disable the scroll of the ion-content but I don't know how.And the doc doesn't explain it : Scroll Content EDIT : I found it as new feature in the CHANGELOG of the Beta...
View ArticleWhy not "webpack.config.js" in my ionic2's project?
@zao wrote: "ionic start ionic2ts tutorial --v2 --ts"├── app├── config.xml├── gulpfile.js├── hooks├── ionic.config.js├── ionic.config.json├── node_modules├── package.json├── platforms├── plugins├──...
View ArticleIonic Button Navigation
@lynskey08 wrote: Hi Everyone, I working on an app and am using the ionic tabs template. On one of my pages I have a big list of buttons that I am trying to get to navigate to other pages on the app...
View ArticleChrome-extension:// ERR_FILE_NOT_FOUND error
@brianmat wrote: I'm working on converting our current Ionic app to run as a Chrome packaged app and the one part I am hitting a wall on is converting our Google map page. I've included the iframe for...
View ArticleChanging variables inside platform.ready?
@nanexcool wrote: Hey guys, I have this simple page (Beta 4): constructor(platform) { this.title = 'INITIAL'; platform.ready().then(() => { this.title = 'INSIDE PLATFORM; }); } and in the HTML:...
View ArticleHelp adding Branch Metrics SDK to Ionic app
@codiqa100042140 wrote: Hi everyone, I started creating an Ionic mobile app without any experience with Cordova nor AngularJS (I do have native iOS experience and some NodeJS) so I've got some newbie...
View ArticleSelect doesn't respond to interaction when inside tab page
@bluk wrote: I have a page with some <ion-input>'s and an <ion-select>. Everything responds as expected when the app.html template is as plain as this: <ion-nav...
View ArticleSorry, human! Error Saving
@moizfarooqui wrote: Anybody can guide how can solve this errow. IonicCreator.png743x481 26.1 KB Posts: 1 Participants: 1 Read full topic
View ArticleSlow Ionic Deploy Service on iOS
@diegodotta wrote: I'm integrating the Ionic Deploy service in my app, I was testing in Android and everything is fine. But the download of new packages on iOS is very slow and the App freezes during...
View ArticleCamera view inside the app
@vinimendes3 wrote: I'm developing an app and I was using cordova-camera plugin to take photos. Sometimes it was working well, but in another cases, it was crashing the app because were demanding too...
View ArticleLooking for ionic Dev
@localhost wrote: Hello World! I have small ionic project it's bring post's and show in the app WordPress API (small news app) now I want upgrade it and add some feature Posts: 1 Participants: 1 Read...
View ArticleUnable to make Ionic work in Ubuntu 14.04
@meetdilip wrote: I followed a few guides available online to install Ionic in Ubuntu 14.04 LTS. I could go as far as using the command ionic start myApp1 blank but it throws an error everytime. I...
View ArticleBeware while exploring ionicons on Internet Explorer
@sankar_gopalan wrote: Beware while exploring ionicons on Internet Explorer - the icons displayed aren't the correct ones. Call icon is displayed as spin wheel, car icon is displayed as headphone,...
View Article