Debug on iOS Simulator using Safari show "no inspectable applications"
I need to use debug on my ios simulator but safari menu shows “no inspectable applications”. I have: XCode 14.3 IOS Simulator: iPhone 14 Pro - iOS 16.4 Safari: 16.4 Safari Technology Preview 16.4 I...
View ArticleI am facing an issue while using the capacitor youtube player plugin
A link to the plugin you are using would be helpful. Also, any reason why you are using a Capacitor plugin? My philosophy is to use the HTML tech stack as much as possible. If that is not feasible,...
View ArticleCordova-plugin-inappbrowser reload home page when user go beck to the app
I integrated InAppBrowser plugin in my ionic6 app. I built on ios and it works successfully but there is a strange issue. When user click on label in the top left (back to appname),broser closed but...
View ArticleUsing Ionic for an Android TV app
Hello, I try to build an app for Android TV but I face different issues. I want to play a video (from a link, not from local storage) but it doesn’t work. I tried different way: <ion-button...
View ArticleChanging "package ID" after initial "ionic capacitor copy"
What is the right process to follow when it’s time to set the final value of our app’s package ID? What are all the places where it needs to be changed under the already-existing “ios” and “android”...
View ArticleAdd word-wrap to labelPlacement in ionic 7 ion-radio, ion-textarea, etc
Might be worth a feature request on the GitHub if it’s something maybe they hadn’t considered yet with the new ion-input
View ArticleChanging "package ID" after initial "ionic capacitor copy"
First update appId in your capacitor.config.ts file. Then, if you are using VS Code, use the Ionic Extension - Configuration -> Properties -> Bundle Id. If doing it manually, for Android, see...
View ArticleChanging "package ID" after initial "ionic capacitor copy"
Thanks for the prompt reply - very helpful. For iOS, I also think that it needs to be changed in Info.plist - maybe that’s applicable because we’re registering a custom URL. In the other issue that...
View ArticleChanging "package ID" after initial "ionic capacitor copy"
From my limited Android experience, my guess is that it would work just fine without renaming the namespace/classname for Android. For consistency though, why wouldn’t you want to change it
View ArticleChanging "package ID" after initial "ionic capacitor copy"
The pedantic part of me absolutely wants to make that change. The pragmatic side of me says: Do I really want to mess with source files that I don’t “own”? Thanks again for the responses. Very helpful.
View ArticleAdd word-wrap to labelPlacement in ionic 7 ion-radio, ion-textarea, etc
The answer for radio buttons works very well, but the code for textarea does not work across some Android devices. To be fair to the answer the new textarea is very buggy and does does not always...
View ArticleLooking for some help with using MSAL in an Ionic, Capacitor, React project
I am looking to integrate MSAL authentication into a Ionic, Capacitor and React project and wanted to know if anyone has successfully done this and which packages / documentation did you use to...
View ArticleListeners for multiple plugins are being chained together
Hi! We’re using Capacitor 5, and seeing some bizarre chaining of events. For example, we’re using the Stripe plugin, and when the payment flow event fires, it’s also firing events for the App, Push...
View ArticleIonic 6 & Vue 3 | Ion-Modal with Fixed Header, Cutting off Content
The only way I found to fix this is to set a fixed height on the ion-header and set the --offset-bottom of the ion-content::part(scroll) to the negative of the ion-header height. See here for an...
View ArticleAnnouncing Stencil v3.3.0
Thanks, very nice! But is Puppeteer a required dependency for Stencil now? We don’t have any tests setup (yet), and no test config, but our build breaks on a missing puppeteer package?
View ArticleHow to debug effectively?
Hello, I wonder what are the best practices to debug and having efficient logs from app installed from the store. Actually, I encounter some issues with Xiaomi devices (ex: Xiaomi Redmi Note 11 Pro)....
View ArticleIonic 6 & Vue 3 | Ion-Modal with Fixed Header, Cutting off Content
If you are using Ionic 6 with Vue 3 and facing issues with the Ion-Modal component cutting off content due to a fixed header, there are a few steps you can take to resolve the problem: 1. Adjust the...
View ArticleHow to debug effectively?
This is the problem with Android, there are many devices that have all types of issues which make difficult to debug your app. I suggest to use use more known companies like Samsung or google devices....
View ArticleListeners for multiple plugins are being chained together
beanbox88: Anything obvious come to mind? Sounds like methods are called in the wrong places. Without showing code it will be impossible to help you.
View ArticleDebug on iOS Simulator using Safari show "no inspectable applications"
You need to be using safari tech preview if you aren’t using already.
View Article