Uploaded code with credentials to ionic view app
@AnnaK wrote: Hello all I've uploaded the app with credentials to my ionic view app by mistake. I've deleted the app through the dashboard but not sure if that's enough. Is there anything else I need...
View ArticleIonic 2 malformed HTML breaks components / shows white page
@cnanderson wrote: I'm running the "tutorial" v2 project starter created with: $ ionic start MyIonic2Project tutorial --v2 If I place an erroneous </p> tag after another </p> tag in a Page...
View ArticleTable with usernames and number of search
@unpage wrote: Hi, I couldn't find the ionic feature to obtain basically two columns:column 1 : usernamescolumn 2 : number of search (per user) I'm pretty sure there is an easy way to obtain this, but...
View ArticleFanschat - Football/Soccer live scores & live chat
@longsangstan wrote: HI, Any football fans here? I have made a football chat room app using ionic + firebase. Have a look:iOS -...
View ArticleWhen to use a modal instead of a page?
@gdeflaux wrote: Hi, I'd like to know what are the design/ux rules to consider when deciding to use a modal over a page. Or what is the typical use case for a modal? Thanks Guillaume Posts: 2...
View Article[Solved] Web View doesn't update after Crosswalk installation
@Gry3l wrote: I've just installed the Crosswalk plugin in my Ionic project but when I execute ionic run android in the Chrome Inspector I see the old Web View version of Chrome 30.0.0 .. How could it...
View ArticleIcons Not Showing
@JosephMendez wrote: icon:'ion-ios-list'icon:'ion-ios-cloud' Posts: 4 Participants: 2 Read full topic
View Article[Must be a Bug?]Switching from Subscribtion to Page not working
@seiboldsoft wrote: Dear Ionic Team, im pretty sure i tried everything possible to get this working. I've a service which returns an observable. Onec the Observable send an event, it should change the...
View ArticleWith cordova white page
@massimiliano_regis wrote: hi guysI've updated my ionic cli just now.All seems good but when I add one cordova plugin the app seems freeze with a whole white page after the splash screen. I've tried...
View ArticlengFor Not Updating
@finke wrote: Hi, I am building an app with version 2.0.0-beta.4 and I am running into the following problem: I have got an ngFor bound to an array.<ion-item *ngFor="#place of places">...
View ArticleIonic V2 & npm modules
@n40jpj wrote: Hi All, I have used V1 since in beta, I am now making my way over to V2. I have a number of npm plugins I would like to use, but I am missing something when adding them to my project....
View ArticleCamera image is not working in Android mobile
@shmu80 wrote: I implemented cordova-plugin-camera in my apps, the code as below. The image is show in emulator, but it doesn't display in device (I am using Samsung Note 3 to test it). How do I know...
View ArticleChange label color dynamically in Ionic2
@carlosadrian wrote: favoriteI have a string property with values like "primary", "secondary" or "danger". I am able to bind it to a badge in this way: <ion-badge class="badge...
View ArticleCalling another $scope.function returns undefined
@GabrielBarreto wrote: Hi, i'm using Ionic ngStorage and Azure Mobile Services to persist data. So i have the following:My app has a search button where i pass as parameter the type and city, it...
View ArticleIonic2: [(ngModel)] and (input) in ion-input
@carlosadrian wrote: Look at this code, please: <ion-input type="number" [(ngModel)]="data.quantity" (input)="readData(data)"></ion-input> It first calls readData() and after that it...
View ArticleIonic 2 application shows white screen on IOS remote build
@shaikhspear wrote: I have created a tabs/sidemenu template application with ionic 2 and --ts as I wanted type script in my project. Whenever I try to remote build the application through Visual...
View ArticleIonicons resource link broken
@matanyed wrote: http://ionicframework.com/docs/v2/resources/ionicons/ Well, the link is broken.there is any other place the i may find the classes?maybe in the git? Posts: 3 Participants: 2 Read full...
View ArticleMenu opening only in home page
@riteshbhat17 wrote: i have a menu in page1.html, the menu toggle button works fine here and open the menu nicely.But when i am writing the the same menu code at some other page , then menu tpggle...
View ArticleIonic 2 application shows white screen on Ripple Emulator
@shaikhspear wrote: Ripple Emulator shows white screen for all Ionic 2 applications. Either running through Visual Studio or through CLI ripple emulate. Is anybody facing a similar issue? Posts: 2...
View ArticleFailed ionic build when upgrading to Xcode 7.3
@kevbaker wrote: I am getting the below error when doing my builds after upgrading to the latest Xcode version 7.3. Any ideas? Here's my ionic info Cordova CLI: 6.1.1 Gulp version: CLI version 3.9.0...
View Article