Sms: url scheme not working in ionic 4 + capacitor
the unsafe: is added by Angular, not by Capacitor nor Ionic
View ArticleCan ionic help me wrapping any regular website into an app?
If you don’t use any plugin or native features, don’t do it. Apple will probably reject your app. For Android you can use Trusted Web Activities, it’s a way of wrapping a Progressive Web App (PWA)
View ArticleCapacitor + Ionic4 : customurlscheme not redirecting to app from the browser app
you are providing an url, not a custom scheme, a custom scheme looks like “mycustomurlscheme://”
View ArticleIs it possible to connect an app to two distinct Firebase accounts?
Hi, I have an Ionic4 app that uses the Firebase Analytics plugin (https://ionicframework.com/docs/native/firebase-analytics) to manage analytics. Now I have to add Push Notifications to the App. I’ve...
View ArticleCapacitor + Ionic4 : customurlscheme not redirecting to app from the browser app
Oh it is weird that it worked before the update. I will need to do some configuration in identityserver to add this scheme. So once the url scheme is set I can go to a browser on my phone, enter...
View ArticleAdmob banner ad (even the test ones) not visible in Ionic 4 Android app
Thanks to both of you for taking the time to reply. My problem was happening because of some plugin corruption I guess. Once I created the new project and installed Admob Free, it worked as expected.
View ArticleIssues with tabs
Hi, I’m new to using Ionic, and haven’t really used Angular before, I have some backend help but I need some frontend help, I have been trying for days to get this tabs system to work however, it...
View ArticleERR_CLEARTEXT_NOT_PERMITTED in debug app on Android
Thanks. 1- does network_security_config.xml already exist or does it need to be created? Does matter where? 2- in Config.xml does usesCleartextTraffic=“true” needed? I thought it was turned on by...
View ArticleAsk InAppBrowser to always use _blank
Hello! I am using ionic 4 and capacitor. I am trying to use inappbrowser to open a simple google page inside the app, but when the call is made it opens my safari browser instead of a popup. I am...
View ArticleCapacitor compiled Ionic app: How to debug in Android Studio?
From your first screenshot it seems that your code is calling http://localhost? Well, localhost from the point of view of the Android device is… the Android device itself. That’s why you get a...
View ArticleAsk InAppBrowser to always use _blank
Sure! I only call the oidc signing popup. I just forked the repo to check if it was using _blank by default and it seems to be using _blank. public startAuthentication() { if (this.app.isApp()) {...
View ArticleHow would I use the interfaces Ionic uses behind the scenes?
Hey everyone! I am trying to use the ToastOptions interface that Ionic uses for their ToastController. I have found the file where the interface exists and it is being exported, but I can’t seem to...
View ArticleHow would I use the interfaces Ionic uses behind the scenes?
How about import {ToastOptions} from "@ionic/core"?
View ArticleHow to use multiple ion-radio controls in reactive form?
Sweg: e best work-around option that can allow me to in your html add: <ion-radio-group formControlName="notifyMe"> <ion-item> <ion-label>Customer</ion-label> <ion-radio...
View ArticleHow would I use the interfaces Ionic uses behind the scenes?
My IDE states that the @ionic/core module has no exported member called ToastOptions.
View ArticleHow would I use the interfaces Ionic uses behind the scenes?
My IDE (WebStorm) has no problem with it, and the app builds and runs just fine as well.
View ArticleIonic 4: PWA display app version from config.xml
stackoverflow.com How to increment the version number of an Ionic 3 project? ionic-framework asked by Buddyshot on 11:03AM - 16 Dec 19 UTC
View ArticleMenu is disabled after using setRoot() or push page in ionic3?
Sir I have tried all thing but nothing worked for me
View Article