Ionic Native Badge breaks ionic serve
From the Ionic Native docs: Ionic Native Ionic Native has its own internal logic to detect if it is inside of a native environment. Instead of throwing a runtime error, it will print a warning if it...
View ArticleNeed help , please
Hi guys can you help me? i want to build an app for android and ios (ionic5) , so the app is about catalog of products with a search-bar inside of the catalog, so i dont know what kind of database use...
View ArticleIon-img sometimes loaded image smallest
Hello, it’s my first topic here. I hope solved my problem. First of all, this error doesn’t happens all the time. I have a ion-img component that load image from url (s3). Sometimes, when loaded the...
View ArticleCan we overwrite or use specific 'color=' for light and dark themes?
For example, We are using this: <ion-segment color="secondary"> Yet, I would like to use a tint or a shade of secondary for when my theme = dark. Can I differentiate on element level and...
View ArticleProper way to import a whole .js file
I need to use a .js script inside of one of my components. What is the proper way to use a whole .js file in StencilJS? I tried using the Require() funtion but I get this error. Then I tried to import...
View ArticleHide fab when keyboard is shown
I have a fab button at the bottom of the page that I want to hide when the keyboard shows up. The default behavior moves the bottom up above the keyboard. How can I do it, so that it doesn’t move and...
View ArticleGetting error when try to build production with ionic pwa
I am getting error when try to build production for the pwa in ionic. i have attach screenshot of error, ionic and npm version configuration, and also app module file. Screenshot 2020-06-17 at 1.51.30...
View ArticleHow can we get android version in ionic
How can I get android version in ionic 1 post - 1 participant Read full topic
View ArticleStorage data in scss file
Is that possible that I get value from localStorage and use it in page scss file? Logic: I have saved name of background file in local storage and I can access it in my ts file as background Now this...
View ArticlePlaystore app Update notification[Without exposing new api ]
Hello guys, as I have mentioned above, When I push a new version of the app to play store I need to send notification to the user telling that new version of app is available please update. Is there...
View ArticleFirebase issue in iOS 5.1
Update FCM plugin using cordova-plugin-fcm-with-dependecy-updated for ios-5.1 Getting error in firbase import as ‘Firebase.h’ file not found on build. 1 post - 1 participant Read full topic
View ArticleGuide to safely making modifications to plugins
Does anyone know of, or have a guide on how to make changes to a plugin. I’ve made two changes to the native audio plugin (fix the asset director from www to public and a change to make my app audio...
View ArticleScreens splitting vertically unintentionally
I’m using @angular/router in an Ionic 5 project. It has both tabbed and side menu navigation. Recently navigating through the screens has resulted in vertical split loading. This is happening...
View ArticleHow to correctly use deeplinks?
Hi, I wish that a third-party app was able to open my app using Deeplinks. I’m passing to this third-party app the url_scheme to open: myapp://myapp.com/payments My app is an Ionic4 app with Cordova...
View ArticleIonic 5 router direction
Hi I’m using Ionic 5 and router navigation from the controller as it’s even driven so can’t be on a routerLink. this.router.navigate(['/user-profile']); I can’t find any references to how I make the...
View ArticleSeeking experienced Ionic/Cordova Developer
We have an Ionic/Cordova/Angular mobile application which needs to have all remaining instances of UIWebView removed in place of WKWebView. This may result in a myriad of upgrades to plugins, Ionic,...
View ArticleHow to hide play symbol of video autoplay of ionic app?
So, I have a video playing on the background of an Ionic app. However, when it starts playing, the play symbol appears. Click here to see a video of what happens As you can see, before playing the...
View Article"PushNotifications does not have web implementation" + no cordova + runtime...
I’m trying to port an ionic app and have it building and running, however in android emulator AND on device: PushNotifications thinks it’s running in a browser - why could this be? This is the only...
View ArticlePopover is always on center
Hi, I’m using ionic 5 with react. I’m trying to make a component with a popover but the popover is always in the center (sorry for my English) Here is my code import React, { useState } from "react";...
View ArticleWhen I add FCM plugin Getting this error
FAILURE: Build failed with an exception. What went wrong: Execution failed for task ‘:app:transformDexArchiveWithExternalLibsDexMergerForDebug’. com.android.builder.dexing.DexArchiveMergerException:...
View Article