Ionic tabs with ngSwitch
@girishkmr wrote: Hi Im trying to use ionic tabs with ngswitch like ion-segments,i want to show different data when user clicks on tabs. here is my code,im new to ionic please help in this. Membership...
View ArticleIonic, Typescript & AngularCreate Dynamic User with toggle model
@ChrisdeNysschen wrote: Please can someone give me some insight. I have created a dynamic list of users, each of which is expandable. (Open and Close content sections to view per users) Within each...
View ArticleHow can I store cookie value as a variable in Ionic 3 WordPress API
@valueice wrote: I have my ionic app talking to my WordPress. I needed to consume a particular endpoint on a particular page. The endpoint requires cookie which I have already generated using an...
View ArticleDealing with numbers
@iAhmad89 wrote: Hello, I’m getting multiple values from the server and i need to do some mathematical operations with them (adding / multiplication). The server sends me the values like this:...
View ArticleUsing Ionic-4 webcomponents in Aurelia framework
@piromanas wrote: Hi everyone, When I saw that Ionic is moving to webcomponents I was very happy because ionic components looks very polished and rich so I decided to create PWA with Aurelia Framework...
View ArticleCannot find module Cannot find module '..basic/basic'
@tamilm47 wrote: Someone tell me the fix of my error. Cannot find module ‘…basic/basic’. in home.module.ts Cannot find module ‘…advanced/advanced’. in home.module.ts Cannot find module ‘…basic/basic’....
View ArticleOpen tab page above tabs
@jagr2713 wrote: I created an tab page using ionic 3 and what I want to do now is that when the user taps on a specific tab, that tab will open up as a page with no tabs at the bottom vs having tabs...
View ArticleIonic 3 app drains battery
@obinnae wrote: My ionic 3 app (app for finding businesses in an area) tends to drain the test phones’ batteries (Samsung Galaxy S4 and iPhone 6). Even when in the background, the battery lasts only a...
View ArticleCreate a provider that uses Stellar
@cem94 wrote: Hello, I’m trying to create a provider that uses the SDK in javascript that makes Stellar available (https://github.com/stellar/js-stellar-sdk). My question is what would be the correct...
View ArticleIONIC 4 Modal Not show
@Motero69 wrote: Hello I have this code to show a modal app.module.ts import { NgModule, ErrorHandler } from ‘@angular/core’; import { BrowserModule } from ‘@angular/platform-browser’; import {...
View ArticleSet the active tab in Ionic 4
@oliverandersen wrote: I want to change the tab from certain pages in the app. Using: private app: App does not work in Ionic 4 I also created a local ref on the ion-tabs element and tried setting it...
View ArticleIon-Select + array problem
@ivanpbf wrote: Hey was wondering if you knew how to handle this: I’ve got an ion-select that changes the value of an array BUT it only works when i either refresh the page or switch the ion select so...
View ArticleNetwork.onConnect(...) doesn't trigger view update
@mlynch wrote: I’m trying to make an “upload” button in my app hide or show based on the device’s network connectivity. I have the following code: let deviceConnectedToInternet =...
View ArticleError deploy ionic to device find Android SDK
@clpcoder wrote: Hi i’m newbie on ionic v3 on ubuntu 18.04, i have error when check requirements (with sudo) or execute: sudo ionic cordova requirements result: cordova requirements Requirements check...
View ArticleAl probar mi app con XCode queda congelado en el splashscreen
@everbenz wrote: Captura de pantalla 2018-11-19 a la(s) 21.40.15.jpg2880x1800 910 KB Posts: 1 Participants: 1 Read full topic
View ArticleSwitching between Ionic apps causing major issues
@media4learning wrote: Hi, I have found an issue with all my Ionic apps. They are all using variants of Ionic 3. If I launch an Ionic app, minimise it, then launch another Ionic app, they seem to...
View ArticleTurn off HockeyApp's new app update check
@obinnae wrote: I use HockeyApp to distribute my app to my devices. When I open the app on my phone, and there’s an update available, I’m instructed to download the latest, as expected. How do I turn...
View ArticleCheck if back button was used (Ionic 4)
@onfiredigital wrote: Hi all, I am trying to work out how I can check if the route was loaded programmatically or if the back button was clicked / pressed instead. I have done some searching but I...
View ArticleHow to store local storage value in ionic to local variable in order to...
@jai-g wrote: Code snippet: this.storage.get(‘savedData’).then((data) => { console.log(data[0].awb); }); I want to display data in data[0].awb to the page. How to save it in a local variable in...
View ArticleCheck internet on Api calling
@pksquare wrote: I want to check if internet is available when calling an api in the app Posts: 2 Participants: 2 Read full topic
View Article