How to debug effectively?
Hello @Hills90210, Thanks for your reply! Yes, this is definitively the problem with Android. I’m also looking over some tools like Browserstack or Lambdatest. I did not use one of them before but I...
View ArticleHow to debug effectively?
You’re welcome ! Samsung provides this cool tool like browserstack that you can create samsung device emulators. https://developer.samsung.com/remote-test-lab.
View ArticleDebug on iOS Simulator using Safari show "no inspectable applications"
I already installed Safari Tech preview but “no inspectable applications” shown
View ArticleIOS package error ITMS-90809 Deprecated API Usage
Apple reject my package with: ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (UIWebView...
View ArticleCapacitor Google fit plugin
I’m trying to understand how the capacitor plugin works to link my ionic app with Google fit. I’d like to know if there’s a test API on the Google side, and if the following plugin is the right one to...
View ArticleYoutube videos won't play in ios
we are trying to embed youtube videos in our capacitor app yet the majority of the vidoes won’t show. The youtube iframe just says “video unavailable” in IOS yet they will show in browser here are...
View ArticleIOS package error ITMS-90809 Deprecated API Usage
can you share the list of plugins and versions you are using? probably the problem comes from one of them
View ArticleIOS package error ITMS-90809 Deprecated API Usage
Thanks @julio-ionic for reply This is my plugin list cordova plugin list cordova-launch-review 4.0.1 "Launch Review" cordova-plugin-androidx-adapter 1.1.3 "cordova-plugin-androidx-adapter"...
View ArticleHow to call that open()-method on ion-menu?
Hi there, really … simple question, very simple task … I use that new Ionic 7 framework as a Vue-project. I seem to don’t know how to call the open() method on ion-menu. All I want to do is open the...
View ArticleIOS package error ITMS-90809 Deprecated API Usage
yeah, it looks like the problem is that plugin github.com/EddyVerbruggen/cordova-plugin-googleplus Depreciated UIWebView APIs error from Apple opened 10:02AM - 04 Oct 19 UTC ngocnguyenvan26 help...
View ArticleYoutube videos won't play in ios
It doesn’t look like the examples came through. Are they your videos? If not, the creator may have disabled the embedding of them (a YouTube setting on each video). I am using plyr.io to embed YouTube...
View ArticleIOS package error ITMS-90809 Deprecated API Usage
Thanks for reply but it is very complex for me. I reinstalled latest version of plugin cordova-plugin-googleplus but it generate compilation error caused by missing dependencies and it is very complex...
View ArticleIOS package error ITMS-90809 Deprecated API Usage
lsantaniello: How can I solve the issue? moving to capacitor, i honestly think that keeping cordova will give you problems and troubles.
View ArticleIOS package error ITMS-90809 Deprecated API Usage
it is old ionic5 app migrated to ionic6. I don’t have budget to migrate at capacitor. Then I don’t have knownledge for capacitor now.
View ArticleIOS package error ITMS-90809 Deprecated API Usage
ionic cordova plugin add cordova-plugin-googleplus --save --variable REVERSED_CLIENT_ID=com.googleusercontent.apps.359711685148-xxxxxxxx --variable...
View ArticleKeyboard interactions with ion-select
Hi there, I had a question about ion-select that has to do with accessibility and users that use virtual keyboards with mobile devices. For <ion-select> is there any way to implement the option...
View ArticleError message after call of menuController.open() on ion-menu: "ASSERT: can...
No chance to get rid off this error message? Sorry, I’m asking again, but it’s a so simple task, I’m just confused …
View ArticleError message after call of menuController.open() on ion-menu: "ASSERT: can...
The argument taken by menu.open() is a boolean value whether or not the menu animates. Not the ID of the menu Ion Menu docs I am not a vue expert but I think you want to make a template ref in that...
View Article