How to display toast without press key in ionic 5
I have search this topic “toast” in ionic 5, most of example uses press a button to display a toast. Is there a way to automatic toast in home page when user move from login page into the home page....
View ArticleHow to set width of 'ion-tab-button'
Hi, I am unable to set custom width to “ion-tab-button”. I need to create a tab menu, for which I need to set width for “ion-tab-button” so that the button width will adjust automatically, but right...
View ArticleCordova-plugin-ionic-webview 3.0 and above required minimums support 11?
I want to know that the reason why cordova-plugin-ionic-webview 3.0 and above required minimum deployment target 11. I’m referring to this forum link...
View ArticleCompatibility with Android family policy requirements
Hi, I would like to know if Ionic respects the Android family policies requirement rule for app with age target under 13 : “We don’t allow apps whose primary purpose is to provide a webview of a...
View ArticleHow to change the app id of a Ionic/Capacitor app?
Hi, I have an Ionic5 app that uses Capacitor created with the standard procedure. I can’t publish on the Android store because I have to rename the app id that is “io.ionic.starter”. I have seen that...
View ArticleIonic offline Storage plugin with SQLite plugin
Hi there, I made an App in IONIC 3 which used secure-storage. I can’t use it anymore ‘cos this plugin doesn’t’ work on Android 10. I found some advice in this forum about using Ionic Offline Storage....
View ArticleIonic-3 Disable loading controller for background APIs
Currently I am creating and dismissing the loader in the interceptor with which, loader will be displayed on each request hit and after getting the response loader will be dismiss. Now I want that...
View ArticleIonic 5 service singleton?
Hi, In my ionic app, i have a service that has an instance of a websocket, in the constructor method, i create the socket and pass the reference to it to the pages that need it, Aren’t services...
View ArticleMake items focus in scroll view
how to make item to focus fully in the scroll as soon as item comes in the scroll view.? 1 post - 1 participant Read full topic
View ArticleSync server contact to device
Hello friend I am looking code to sync contact from server to device account with app name like facebook, skype, zabber. I am usin ionic 3 with ionic-angular project. Thanks in advance. 1 post - 1...
View ArticleDeeplink did not hit the match event also nomatch event in my app
im using depplink in my mobile app . when i click the deeplink from browser it opens the app but did not hit the match event or nomatch event .but when im run the app in browser it hit the nomatch...
View ArticleIon-icons and images from assets folder are not showing v5.0.4
ion-icons and images from assets folders are not showing, only blank space shows at the place of ion-icons. this is package.json: "dependencies": { "@angular/common": "~8.2.14", "@angular/core":...
View ArticleUpgrading from Gulp 3 to Gulp 4 in Ionic project
Due to the WKWebView change I’ve need to upgrade certain dependencies in my Ionic project, which in turn lead to other dependencies needing to be upgraded. The latest upgrade is moving from Gulp 3 to...
View ArticleCordova device uuid = null On Ios
Hello ! device.uuid is already null on ios. Result of console.log(this.device) : Device { model: null, platform:null, serial:null, uuid:null, version:null, } I had in my component’s constructor...
View ArticleEstou tento um problema ao tentar buscar dados no banco sqlite, aparece um...
export class AnimalDaoService { constructor( private db: BancoService, private Animal: AnimalService ) { } /** * retorna todos os animais cadastrados */ public getAnimais() { let listaAnimais = [];...
View ArticleUpdating capacitor project name
From slack Using Capacitor, how do I change the name of my project with out getting error App.xcodeproject does not exist? 2 posts - 1 participant Read full topic
View ArticleCordova build android: Failed to load dependencies
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) 1 post - 1 participant Read full topic
View ArticleIonic V3, IOS Apple Review fails in iPad with IOS 13.5.1
Running application with the emulator works OK, even with version 13.5.1, but when submitting application to apple review process, it fails. first look seems like the this.navctrl.push() method is not...
View ArticlePossible to disable lazy load?
Is it possible to disable lazy load without using the Ionic CLI?. I use ionic 5 without any framework and I can’t use the CLI. Thanks! 1 post - 1 participant Read full topic
View ArticleIon toolbar top border ionic 5
hey guys, on ionic 5 the “no-border” attribute doesn’t work like it usually does on ionic 4. I have the following: <ion-footer> <ion-toolbar no-border> <ion-button class="default-btn"...
View Article