When I click on the swipe button it also clicks on the parent item
@frehley3000 wrote: HI! I have a list with some items. Each item has (click)="openChat(chat.$key) and a swipe item with (click)="deleteChat(chat.$key) The problem is that when I click on the swipe...
View ArticleNav controller was destroyed with ionic 3 lazy loading
@Stanislav wrote: I have problem with lazy loading and using split-pane's menu. My app has root page in app.component.ts (code below) where rootPage set to LoginPage by default and after login's check...
View ArticleSet mode of alert and toast
@speedflyer wrote: Hello, Quick question. With html element it is easy to set the mode of the component with mode=md or mode=ios However is there a way to do the same on alert (I would like to set it...
View ArticleExtending ion-button
@HugoHeneault wrote: I'd like to extend ion-button component to add some methods on a custom component of my own. So I did: import {Component, ElementRef, Renderer} from '@angular/core'; import...
View ArticleWe are looking for a partner, Fitness Start Up
@MigCortes wrote: Hello, My name is Miguel Ángel, along with other partners I am working on a very ambitious project (b2b & b2c) with a very interesting push & pull business model. You can...
View ArticleUsing Firebase and AngularFire2 Basic Authentication in an Ionic application
@matthew974 wrote: One thing we all wasted time on: Authentication. Is it exciting? Hell no! We'd rather work on some other cool IoT or AR features right :)?So let's get this out of the way and...
View ArticleImage_test
@vivektak_ionic wrote: 123.jpg1653x2336 1.49 MB 123.jpg1653x2336 1.49 MB Posts: 1 Participants: 1 Read full topic
View ArticleSame component into ion-tab without reload data
@FlorianB wrote: Hey,I'm using ion-tabs, and in my ion tabs i use the same component with the same data like a header.That's my code to explain my issue <ion-content>...
View ArticleLocalNotifications doesn't update after event
@marcelodeandrade0201 wrote: When enable, the notification fire a random message from this.getMessage(), and every time the message is changed and notification is updated but doesn't fire that...
View ArticleExtract one page out from Ionic static site
@danielle113 wrote: Hi, I know that ionic build can generate static sites from the solution. But I dont need all sites from the solution, I need only one (or several page) that everybody can read...
View ArticleIonic 2 with stripe checkout integration(custom)
@alanch wrote: I have the following code in my ionic 2/3 app which is working fine in terms of getting the token id and showing it in the console.log. collectCardInfo(){ this.tK = null; if...
View ArticleDevice livereload get timed_out
@marcelodeandrade0201 wrote: When run ionic cordova run android -l get a timed_out error on device My config.xml: <?xml version='1.0' encoding='utf-8'?> <widget...
View ArticleLinking Google Maps marker to an Ionic page
@cemobas wrote: Hi all, I'm using Google Maps JS API for my Ionic-v3 app. Markers represent venues and each marker has InfoWindow attached to display text about the venue. I'd like to link the marker...
View ArticleAudio in browser
@shepard wrote: I went to use NativeAudio in a browser, as it says it supports it, but get this error: Native: tried calling NativeAudio.play, but Cordova is not available. Without Cordova, how does...
View ArticleResponse of FileTransfer Upload cannot be parsed into JSON
@Skee wrote: Hello,I have a strange problem:I upload a file to my server with FileTransfer and i want to process the response of the server on the client.The response is this string:...
View ArticleIonic cloud instagram login's access_token?
@bimodabitrend wrote: I am using Ionic Cloud to login with Instagram, this.auth.login('instagram').then(result: {signup: boolean, token: string} => { }); But when I call the API with access_token...
View ArticleI can't refresh my testpage
@Jaaxaw wrote: Hello everybody, Firstly, sorry for my english... I have a problem.When i save home.html, she's refreshing but when i want to do samething for a testpage who i create, the first version...
View ArticleMultiple Brands / White labeling
@justsmartguys wrote: I have an app that a client wants to "white label" and sell to several different clients of theirs. Each will have the exact same functionality. Included in the build is a config...
View ArticleIonic run time error
@shreejith wrote: Hi, I am getting below errors while running my ionic app using command 'ionic lab' and app is showing blank page (no content). I am new to ionic. Could anyone please help? This is...
View ArticleIncrement variable faster while pressing button
@jpfrr wrote: Any ideas how to do it ? (Ionic 2) I've tried using this article http://roblouie.com/article/198/using-gestures-in-the-ionic-2-beta/ but no success.. Posts: 1 Participants: 1 Read full...
View Article