Trying to reset multiple selection input using forms reset() not working...
Hi community! I am new in the developer world, learning as I am going along and looking for some help please. I am using ionic v.6 and helping develop a questionnaire app, currently attempting to...
View ArticleIonic Android keyboard resize vh and shrink content
I am trying to develop a responsive app where vh unit is used for ion-input height, margin and etc. However, the entire view will be shrink whenever the keyboard is showed up. After adding the...
View ArticleExecution failed for task ':app:mergeDebugResources'
Hi, this is the result with command : ionic cordova run android: cmd1923×1072 196 KB and this is my ionic info: info953×447 10.4 KB please can someone help me 1 post - 1 participant Read full topic
View ArticleIap2 listing store products issue
Hi there i am using this code for listing my google play products; in .ts file constructor(...) { this.platform.ready().then(() => { this.store.ready(() => { this.products = this.store.products;...
View ArticleHow to use leaflet-search-control in ionic
Hi, I want to use the leaflet-search-control plugin in my ionic app but I can’t find much information on how to do it. Can someone help me to find information about this problem? Thank you all! 1 post...
View ArticleCreate Tabs
Is it possible to generate several tabs from command line instead of pages?? And Can I generate tab from command line to add to the existing tabs into my project?? 1 post - 1 participant Read full topic
View ArticleIonic 3 how to upload binary file to service
Hi I want to send an image/video as a binary file to API. I tried with File transfer, but it’s deprecated. So I tried with HTTPClient and sending data as a blob but it’s not working. Any idea? 1 post...
View ArticleIonic deployment in Azure
Hello, I am trying to figure out why the app that I am building is looking good on my Mac but when I deploy to Azure DevOps it changes the background color, text color, and recently I have even lost...
View ArticleLeaflet search-control not working in ionic
Hi, Currently in my ionic app the leaflet plugin is used. I want to use the leaflet-search plugin but I can’t get it to work. I install the plugin with the command “npm install --save leaflet-search”...
View ArticleMigrating v1 iOS project from UIWebView to WKWebView
I have migrated my Ionic v1 project from UIWebView to WKWebView. My app has been rejected 4 times already by Apple as it says there are references to UIWebView still in the project somewhere. I simply...
View ArticleCordova error on build ':app:packageDebug' .... folder paths related
when i try to run or build i get What went wrong: Execution failed for task ‘:app:packageDebug’. C:\Users\Ulf3000.android\debug.keystore (The system cannot find the path specified) why is that ?...
View ArticleiOS app stuck at splash screen for latest Cordova Platforms
I was trying to solve ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted when deploying to App Store. I upgraded Cordova Platforms to ios 6.1.1,...
View ArticlesetInterval not working in iOS when app in background
I have a requirement to call an API after several minutes as per setting, I have already added the ionic Cordova background mode plugin what is happening is: when the timer is on (using interval and...
View ArticleSnap back to top
I am using the ion-slides to handle a few pages. Right now if you click on a card and it takes you to a list of items on the next page. I am having an issue where when it changes the scroll position...
View ArticleIon Slide not working unless page is refreshed
Hi, I am working on a ionic4 application that uses an array loop to generate content for ion-slides. Everything is okay till I try to use slideNext() or slideTo(index) to move to the next slide where...
View ArticleProblem with Google Chrome device emulator and inspector
I recently changed computers and installed the necessary tools for development and debugging. I particularly like debugging with the Google Chrome device inspector because it allows me to observe all...
View ArticleProblemas al utilizar Base64 en Android 10
Hola a todos, espero s eencuentren bien. Tengo un problema al utilizar el plugin Base64 de ionic5, al momento de quere mostrar una imagen en base64 no me muestra nada en android version 10, pero en...
View ArticleCommunicating between 2 components
I’m fairly new to Vue, so hopefully I’m asking this the correct way. I want to emit an event and have a different component (NOT the parent) listen for that emit and do something. I know this was...
View ArticleIonic5 - ion-item-divider bad visualisation on iOS
Hi, i ave create an ion-list with ion-item-divider but when i apply property “sticky”, for iOS result is not goot. Infact it’s apply a background-color grey. In web-mod or Android mode function...
View ArticleHttps request and CORS error
Hi, i have try to get an http post request with ionic but i receive this error: Access to XMLHttpRequest at 'https://DDD.org/API/1.0/APINews.php' from origin 'http://192.168.1.22:8100' has been...
View Article