Auth Connect Replacement?
Not sure why you would say that. The last commit was just two weeks ago and has been updated to support Capacitor 7.
View ArticleAuth Connect Replacement?
sure, I missed the commit history and was looking at the last release from 07/2024. thanks again, will take a look and consider. in general, we are looking for an official enterprise ready solution.
View ArticleSetting refresh rate
Hi , I am making a phaser game with capacitor and when I test it on samsung devices with 120hz screen, I get bad performance, unstable fps and device heating because it tries to stay as 120fps. When I...
View ArticleSetting refresh rate
For Android, You need to create a custom Capacitor plugin utilizing native WindowManager APIs to explicitly set the display’s refresh rate to 60Hz. For iOS, focus on optimizing your app to...
View ArticleAuth Connect Replacement?
capgo.app Native Biometric This plugin gives access to the native biometric apis for android and iOS
View Article@ionic-native/base64 and @ionic-native/file-picker are not working in Ionic 7...
Is this resolved or not?
View ArticleError: "SecureStoragePlugin" plugin is not implemented on android/ios
(topic deleted by author)
View ArticleSetting refresh rate
doesnt seem to work for samsung. ive set up plugin it works but its overriden by device. its methods have “recommended priority” ai wrote this: The reason other games can force 60Hz on your Galaxy S20...
View ArticleIonic Capacitor 7 Android emulator debugging issues
I am building my app with Capacitor/Angular for Android 15 and debugging with the emulator seems to be a bit broken for me. It seems like after the application is installed the adb returns an error...
View ArticleSetting refresh rate
While the Samsung SDK might offer specific control for their devices, it’s not a universal Android solution. Ai gave you the wrong guidance. rephrase your question to Ai and it will give you different...
View ArticleIonic Capacitor 7 Android emulator debugging issues
Check emulator settings. Wipe emulator data. Try different emulator images. Explicitly kill/start ADB. Verify ADB devices. Clean and rebuild your app. Check Capacitor config. Disable...
View ArticleSetting refresh rate
Yes, I understand that, its suggestion was to create special solution for samsung and default code for others. Ok, thank you, I will try there
View ArticleIonic 5 different menu on each page not working
2025 and my solution was very simple! Remove completely the ion-menu from main page DOM when open another page with other ion-menu for this specific page. When back to main page, add again the...
View ArticleIonic Capacitor 7 Android emulator debugging issues
I’ve also run into similar issues recently with the emulator hanging or crashing right after install, especially on newer Android versions. Wiping the emulator data helped once, but the problem came...
View ArticleHow to call capacitor method from host application(Native to native...
You need to get a reference to the plugin class and call the method just like any other native method. For Android, you can do this inside MainActivity or onCreate by accessing the plugin through the...
View ArticleWhite Screen After Splash on IOS
I’ve just updated my app to capacitor 7 using ionic 7, which uses xocde 16.1. After the update on IOS 15 and IOS 16, a blank white screen appears after the splash and my app just stucks there. However...
View ArticleWhite Screen After Splash on IOS
Did you only update Capacitor? Capacitor 7 supports iOS 14 and newer. Follow this for debugging your app Debugging Guide for Apps in iOS Safari and Android Chrome Do you see any errors in the console?
View ArticleWhite Screen After Splash on IOS
yes i updated the capacitor and all the plugins. i tried running the app on simulator On Ios 15.5 i got this error maximumViewportInset cannot be larger than frame While on ios 16.2, i got this error...
View ArticleWhite Screen After Splash on IOS
Those don’t look like javascript errors, did you follow the debugging guide I shared? You have to check desktop Safari, not Xcode console.
View Article