How to look at a json in an off application and send notification if any...
@temohpab wrote: I’m trying to create an app that, although it is off, check if a JSON that I have in an API returns me more than zero in any of its values. If so, how could you send a notification to...
View ArticleIon-select inside list
@ankitkaushik wrote: Hi, I am using ion-select inside ion-list where each item has a select option. When i want to change the value using select option of one item then it automatically changes the...
View ArticleHow to play video sound even device is in silent mode?
@ashoksd wrote: if anyone has an idea please post it… Posts: 1 Participants: 1 Read full topic
View ArticleNpm installed two plugins but functions are not found
@MaryCooperGD wrote: I have installed two plugins through npm, that are leaflet-routing-machine and leaflet-locatecontrol. I have imported the necessary modules, but in both cases if I write...
View ArticleFull width separate line in ion-list
@felixliu wrote: Hi, I’m developing an ionic app for recommendation. I’m using ion-list to show the list of shops. The default separate line between ion-list is not full width of the screen. I’m...
View ArticleAndroid/iOS device keyboard got to next/previous form-input
@Thilo1992 wrote: Hello there, I’ve been searching for a solution for a while but I can’t figure out how to make the ionic app displaying the next/previous buttons and text suggestions on device...
View ArticleHttp Post on Ionic 3?
@arekkk wrote: Hi guys, Got some issue to proceed a POST request on the latest Ionic. I pull as a model the Conference App that is my base for my new app now. When I simply try to do a POST regarding...
View ArticleIonic Pro Build Failed
@kintips wrote: Ionic Pro build doesn’t work with following error. Please help. Discovered plugin “phonegap-plugin-push” in config.xml. Adding it to the project Installing “phonegap-plugin-push” for...
View ArticleUsing @IonicPage (lazy loading) pages loads by default a page
@mburger81 wrote: Hi, we are using from the beginning LazyLoading and the new IoniPage decorator in our app. Now we think we have discovered a new bug or something we simple don’t understand. Our...
View ArticleTrack installs with Facebook
@rodolfosanches wrote: It’s possible to track installs by facebook? i’m doing facebook campaigns to promove my app and i need to implement facebook SDK to ping back and mensure this. Thanks. This is...
View ArticleProblem with video on samsung (fullscreen)
@pascal131 wrote: Hello I used two method to display video on ionic 2 (and 3). For doing this, I test two ionic application found in good tutorials on the web. 1 - with an iframe =>...
View ArticleSplitPane and Menu
@fortuneNext wrote: Hi, what i want to achieve is to have a SplitPane and an additional SideMenu. Sadly, I can only find SplitPane examples that are used for SideMenus. Problem is: I can use the...
View ArticleIon-toggle 2 way binding
@Eric_Horodyski wrote: I’m building settings out in my app, and our Settings page has multiple categories for settings. In order to manage this, my Settings page flows as follows: SettingsPage...
View ArticleHow to make a function that fetches more content from an API for the pull to...
@AlvoEd wrote: how can i implement it in my project This is my home.html <ion-refresher (ionRefresh)="doRefresh($event)"> <ion-refresher-content pullingIcon="arrow-dropdown" pullingText="Pull...
View ArticleHow to put a loading function while the content is still being fetched from...
@AlvoEd wrote: I need a way to tell the user that content is being fetched and after the content has been fetched the loader to disappear Posts: 1 Participants: 1 Read full topic
View ArticleAccept content from other apps (sharing)
@ourarash wrote: Is there an easy way to accept text, link, pictures from other apps? I need the user to be able to share content on my app, just like the way they do it on Instagram or Facebook. I...
View ArticleHow to use Ionic View?
@arnoldparge wrote: I updated ionic-cli to 3.9 I am dealing with Ionic View for first time. I created account on https://dashboard.ionicjs.com/ I installed git from https://git-scm.com/ to run some...
View ArticleDynamically Changing Menu Titles and Icons
@bigmattied wrote: I’m trying to dynamically alter menu titles and icons. IN my app.component.ts, I have a pages reference that details the contents of the menu. this.pages = [ { title: 'Login',...
View ArticleEvents not being caught in iOS
@Benermafield wrote: After upgrading to Ionic 3.6, and only when running on an iPhone, this has been working on both Android and iOS before the upgrade. Events that are fired inside a custom service...
View ArticleWhen selecting the ion-option fields, the others are selected
@millerjn wrote: Hello ! Can someone help me to not select the other fields of the ion option Html <ion-select [(ngModel)]="estado" placeholder="Estado del pedido"> <ion-option *ngFor="let...
View Article