How to get file from local assets dir on native device?
With ionic 3 it was possible to access local assets via angular http client by using: ${location.protocol}//${location.host}/assets/ e.g: capacitor://localhost/assets/locales/en_US.yaml This seems to...
View ArticleHorrizontal scrollable table within super tab
Hi , I am creating an MOBILE application where it is required to have a table on one tab . Well that table is having left most column is fixed one. So when I just try to scroll that table horizontally...
View ArticleIntellisense in VS Code with @ionic/vue
Is there a reason we cannot get the properties for the components in intellisense in visual studio code, like we get with react? Or is there some specific configuration I need to add thanks. Also can...
View ArticleIonic 4: Popover opens on wrong Page
I’m creating a popover on one Page when clicking on a label. It should open there and it worked while using tabs as navigation. Now i changed the tab navigation from the tab.module to the...
View ArticleHow run android (USB) in API localhost (net::ERR_CONNECTION_REFUSED)
I have a APIs in Laravel in localhost and with ionic runing android device with USB but a get this error http://127.0.0.1:8000/api/v1/login net::ERR_CONNECTION_REFUSED How can I access my Api in my...
View ArticleFile Path Error
I got the below error in the play store crash report. In any block we can’t able to find the solution and root cause of this issue. Mainly this is occurred for Motorola and Huawei devices. Android 7,9...
View ArticleIon slider not working in model controller ionic 4
Version: Cordova: cordova-lib@8.1.1 Ionic: 6.10.1 Error : 1) this.slider.update is not a function 2) this.slider.slideNext is not a function In .ts File import { ModalController, IonSlides } from...
View ArticleHow to determine if the user checked "Don't ask again"?
i am using @ionic-native/android-permissions plugin to show permission dialogue. i want to know that how can we determine that user has checked “Don’t ask again” on permission dialogue? 1 post - 1...
View ArticleIonic Cordova InAppBrowser System browser close
Question as posted on StackOverflow but without much success there … I’m currently working on an Ionic Project that involves opening a web page from within the app. I resorted to the InAppBrowser...
View ArticleIonic 5 blank page
in app.component.ts my function to get root page is getFirstPage() { this.storage.get('welcome').then(done => { if (!done) { this.navCtrl.navigateRoot('WelcomePage'); //this.rootPage =...
View ArticleRight way to build a Ion Slides
my welcome.page.ts import { Component, OnInit } from '@angular/core'; import { NavController, NavParams, IonSlides } from '@ionic/angular'; @Component({ selector: 'page-welcome', templateUrl:...
View ArticleHow to disable ion-content scroll but certain components scrollable?
Hello… I am trying to make my ion-content not scrollable, and I did it by doing this on my CSS file: ion-content { --overflow: hidden; } but then, I tried to make the lines of an ion-grid scrollable...
View ArticleError running Ionic App in Android Studios
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) 1 post - 1 participant Read full topic
View ArticleApp shows white screen after splash screen on iOS 14
Hi folks, I’ve perused the forum but have yet to find a solution to my problem. My Ionic Capacitor app works fine in the iOS simulator, but does not run on device. This is my first time running it on...
View ArticleIonic 4 custom google native maps marker
hi , i’m using ionic 4 google native maps and i need to make markers like this , any one can help ? that’s my code : goToMyLocation() { this.map.clear(); this.map .getMyLocation() .then((location:...
View ArticleIonic 5, React, Capacitor, Keycloak
Hello guys, I’m using Ionic 5, React, Capacitor and Keycloak auth system in my project. But I have a problem with using Keycloak in native platform as Android or iOS because Keycloak works for me only...
View ArticleHow to use array for button text value in actionsheet controller ionic 5
Hi i want to create actionsheet like this but with 1000 number of button. how can i use loop iteration for text value in buttons…instead of create 1000 button and set text:1-1000 thanks so much...
View ArticleBarcode scanner plugin for m3s Sm15
Hi, iam trying to use m3s Sm15 device which has laser scanner with my app. Is there any plugin, so that i can use this integrated laser scanner instead of default mobile camera? Has anyone experience...
View ArticleIonic tabs not displaying Using Angular
Hello everyone, i would like your assistance with my ionic application. i am trying to put tabs for easy navigation, after placing the tabs on my home page, they display, however, when i try to modify...
View ArticleModals, Popover and ion-select not showing
I’m new to Ionic 4 and I got the problem that all kinds of popups are not showing, first I thought it were only that I did something wrong in the code of my Modals and Popovers but now I realized that...
View Article