Components overlap
Hi, I’m having an issue with the ion-content/ion-list in my application. I have the following components: Div1: Div2 (which contains an array “items” with 30 numbers): And I include the components in...
View ArticleCommon code between Ionic React and PHP
I am working on an Ionic React application and a PHP website. These two projects must share a chat, accessible from both, but not limited to it. I developed the chat in the application as a set of...
View ArticleAndroid navigation bar overlapping webview
I have an ionic app using ionic tabs stick to the bottom of the screen. Everything works fine except on some Android phones having navigation bar at the bottom. The navigation bar is overlapping some...
View ArticleHow to get Screen Size with Ionic React?
Hi all, I saw, in Ionic Angular, the Platform hast height() and width() methods to get the device size, but how is in react? In react missing the two methods… 1 post - 1 participant Read full topic
View ArticleIonic/Vue add one Class to the Others
Hello Community, is it possible to add one class to a classList and not to remove the whole whole classList? At the moment i use: v-bind:class="[isActive ? ‘md tab-has-label tab-has-icon...
View ArticleIonic capacitor jspdf add image
I’m trying to use jspdf to add an image to a pdf the code is really straight (I removed all variable trying to identify where the issue is) const doc = new jsPDF(); base64image=...
View ArticleGetting error in android studio installed latest ionic
Installed latest ionic 5.4 and some cordova plugins while running build in android studio getting this error, also tried removing and adding android build, please help, thanks FAILURE: Build completed...
View ArticleHow to get Android ID on Ionic 5
How can i get Android ID on ionic using native plugins? String androidId = Secure.getString(getContext().getContentResolver(), Secure.ANDROID_ID); Any suggestion to identify unique device? 1 post - 1...
View ArticleMedia Capture Plugin context destroyed
I’m using cordova media capture plugin to record images and video but after recording app restarts and i don’t get any file in return, I tries listening to app restore event but its like its not...
View ArticleGenerating distinct native apps from a singular angular app
Hello, I have a question in regards to the possibility of building distinct version of my web app (be it for white labeling in this case). bellow is an example of my repo as it stands, any help or...
View ArticleSo I created a PWA with Ionic React, it works as one but not on Huawei?
Hey guys, so I made a PWA using React Ionic, I used the React Tabs template Ionic supplies in the CLI, now It works as a PWA (doesnt open in browser) when added to the home screen on some Samsung...
View ArticleProblem with quality image in ios
Hello, I hope you can help me with a problem that I am presenting, we made an application for Android and iOS, in a section we must display an image of a fairly large size with the following sizes:...
View ArticleHaving trouble routing to next page after button click
Hi, Need help routing to another page. I have page that enter user profile to firestore database and once Submit page will route to next page (WelcomePage.jsx). Unfortunaltey routing is not happening....
View ArticleGoogle Play Billing Library 3
Hello, i have an app that developed with ionic 3. There is a alert in google play console that my app doesn’t use Google Play Library 3 for in app purchases. If i don’t upgrade 3 from 2 i can not use...
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 ArticleAppstore connect operation warning ⚠️
The app references non-public selectors in Payload/appaname.app/appname: transform: In ionic 5 image773×509 35.6 KB 1 post - 1 participant Read full topic
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 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