So I created a PWA with Ionic React, it works as one but not on Huawei?
Then I suggest u let the user try with another pwa u know works fornsure Like this forum? If that doesn’t work, its his phone
View ArticleSo I created a PWA with Ionic React, it works as one but not on Huawei?
Ill give it a go, thank you!
View ArticleHow to update ionic v3 app from Android SDK 29 to Android SDK 30?
Thank you so much for your answer @Avirup1993 @EinfachHans but your solution not work till cordova android update. and the good news is Cordova released 10.0.0 finally on 20 July 2021 so now we can...
View ArticleCommon code between Ionic React and PHP
In my case, I have a Drupal 9 website built in PHP, and an Ionic app for iOS and Android. Originally, I had used the Drupal site for everything, but I built the Ionic app because users kept asking for...
View ArticleCan not install react-hooks in capacitor 3
Hi all, I use capacitor 3 and ich want to try the react hooks in the capacitor, but after runnpm install @capacitor-community/react-hooks, but I failed… If I use the force installation, will it has...
View ArticleuseEffect for an event listener to scroll the page - works as PWA but not on iOS
I have a simple event listener that automatically scrolls to a <details> element when the element is clicked. I’m using useEffect(); this works when I test it as a PWA in Chrome, but when I...
View ArticleHow to get Screen Size with Ionic React?
You can add a custom hook to get the window dimensions.
View ArticleTabbed component
You’re probably looking for ion-segment: Segments display a group of related buttons, sometimes known as segmented controls, in a horizontal row. They can be displayed inside of a toolbar or the main...
View ArticleMigrating from Ionic 3 app to Ionic 5 Storage problem
The application I work on had a lot of trouble upgrading from Ionic 3 to Ionic 4 at least partly from persistent storage being in indexeddb by default. Ionic 4 changes the URL the application is...
View ArticleNo suitable API installation found.
Hi, when I run ‘npx cap run android’ I get the following error. Any solution? ERR_UNSUITABLE_API_INSTALLATION: No suitable API installation found. cap1368×727 51.5 KB
View ArticleNo suitable API installation found.
Per the error message, it says to check the wiki for the error code. It appears you are running an Android SDK version that is not supported. ERR_UNSUITABLE_API_INSTALLATION You are using an Android...
View ArticleApple Store Connect shows Warning: “app references non-public selectors”
Same here image773×509 35.6 KB
View ArticleAppstore connect operation warning ⚠️
The app references non-public selectors in Payload/appaname.app/appname: transform: In ionic 5 image773×509 35.6 KB
View ArticleHaving trouble routing to next page after button click
What about using history.push() instead of returning a redirect?
View ArticleIonic 6 Popover Tab Problem
Thank you and the ionic team for this great framework. I tested your npm package, now it works but when i want to change only in tabs or tabspopover the css i have a problem because ion-popover with...
View ArticleIonic 6 Popover Tab Problem
If i has on Android a Popover and i click on the Button to open the Popover i can click infinite times and the popover displays over the popover, maybe a bug too? In Web Version i have this problem not.
View ArticleIon-router-outlet (angular) fills with hidden DOM by design: safe?
I know this is by-design behavior, I’m just wondering about the limits of the { provide: RouteReuseStrategy, useClass: IonicRouteStrategy } and angular router’s leaving the entire history of DOM...
View ArticleuseEffect for an event listener to scroll the page - works as PWA but not on iOS
I fixed this by adding a unique ID to each of my details elements instead of reusing the same ID. This fixed the problem in iOS and also works on the web. const saId = `sa-${did}`; useEffect(() =>...
View ArticlePlay next audios in iOS when app is in background
Using Ionic 5, I am trying to create an app with audio-player which can play current audio and on completion of current track it can play next track even if the app is in background. I am using...
View ArticleSend data using ionic bluetooth
Hi Developers, I am using ionic 5 to develop the app. As part of the app should transfer data from one device to other device using bluetooth. Can someone kindly share me possible solution. Tried...
View Article