Anybody tried the Toast yet?
@icarus_31 wrote: I am trying to use the native Toast, but I always got "toast error: undefined" Here is the code: Toast.show('Hello there!', 'long', 'center').subscribe( a => { console.log('toast...
View ArticleHiding (and showing) list items in ionic 2
@max_maeuschen wrote: Is it possible inside ion-list to hide an item in ionic 2? I tried the same way as in ionic 1 using ng-show, but it doesn't work. Posts: 5 Participants: 3 Read full topic
View ArticleHello i got some questions can you help me
@yassineboss95 wrote: hello i'm new with ionic i have some questions can i design app in photoshop or sketch , then code with html and css , then use ionic ?with ionic i can build apk for android and...
View ArticleDo things in the background
@polska03 wrote: I am new to angular and angular2. Everytime my app opens a http calls need to be made to Facebook to get a list of Facebook friends. When the user opens the app I would like the app...
View ArticlePush to ion-nav only works when done the second time
@kidproquo wrote: Hello, I have a ion-nav that inits with a LoginPage: @App({ template: '<ion-nav [root]="rootPage"></ion-nav>', providers: [BackendService, FirebaseService, FBService],...
View ArticleUnable to Disable Keyboard Scroll on Ionic 2@beta.3
@adrianteh wrote: Continuing the discussion from Disable scroll ionic2 ios9 Not working: Hi matthew, Any luck? I'm having the same problem here. Keyboard.disableScroll(true) doesn't seem to work:...
View Article'on-hold' event on ionic 2
@andresvera wrote: Hi, I have a question, there is an event or way to detect the 'hold' or 'double tab' in ionic 2?. Thanks Posts: 1 Participants: 1 Read full topic
View Article$localStorage is TOO persistent. It will not die
@jack2 wrote: I have been using ionic for over a year, and I am running into a crazy issue. I uninstall my app. I add to the top of index.html I run 'ionic run android' and install the app on my nexus...
View ArticleErrors from compilation when adding Typescript source map
@Fisu wrote: It seems ionic start didn't add source mapping to the Typescript project automatically. In the tsconfig file I added: "inlineSourceMap": true. This now provides the correct source maps to...
View ArticleUpdate ionic 2
@ameni wrote: hiiI've just updated ionic 2 using npm install -g ionic@betawhen I ask for ionic infoI get Please install your Cordova CLI to version >=4.2.0 npm install -g cordovawhen I try npm WARN...
View ArticleV2: tutorial - cannot find module
@beck24 wrote: I'm trying out ionic V2, followed the getting started guide and have a working tutorial. Next I tried to add a custom page. ionic g page testpage This did what it was supposed to and...
View Article$cordovaSQLite Error
@Harilall wrote: I am trying to add database functionality into my application but I keep getting this error Uncaught TypeError: Cannot read property 'openDatabase' of undefined. From what I read this...
View ArticlePush Notification with Deep Linking
@coralbue wrote: Hi, I'm trying to send push notifications that would redirect users to a different page when their app loads. Initially, I would redirect the users with my Push object in...
View ArticleInviting on facebook which is traceable
@MrFloppy wrote: Hi, I'm looking for a way that users can invite other people to join using my app which is traceable in some way.So basically a user sends an invite via Facebook (or even better if...
View ArticleonNotification event doesn't fire when app is in background
@pabarch wrote: HI all, I can't figure it out how to make the onNotification event to run when I receive a notification and the app is in background. I'm using ionic push api v2 and everyhing works...
View ArticleUnit testing @Page throws exception
@bengro wrote: Hi all, When running my unit test for a piece of implementation annotated as Page, the compiled JavaScript throws ionicangular_1.Page is not a function_. I spent a couple days setting...
View ArticleInjecting service not working
@polska03 wrote: I created something very basic and quick in a couple of minutes so it is easy to reproduce. I created an app using: ionic start blank --v2 then I create a provider: ionic g provider...
View ArticleCSS for Ionic 2 Select Option
@dbertels wrote: The standard html for an ionic 2 selection inside an ion-list is ... <ion-item> <ion-label>Relationship</ion-label> <ion-select [(ngModel)]="relationship">...
View ArticleDelay beta 3
@rodrigoreal wrote: I have a project with alpha42 and im trying to create a new with beta3, but i have a page with 40 cards, and with my beta3 project when i scroll down these cards it get really...
View ArticleLocal notification vs Push notification
@duonglei wrote: Hi,I'm using local notification for my app. It's working perfectly instead of one problem, that is the notifications cannot be fired when the app is not running (swipe from recent...
View Article