Alex Steinberg

Results 9 comments of Alex Steinberg

Is there any ongoing work to use the new [SplashScreen API](https://developer.android.com/guide/topics/ui/splash-screen) in an upcoming major Capacitor version that supports Android 12?

Several workaround suggestions here in the meantime https://github.com/ionic-team/capacitor/issues/1627 FYI

I'm getting the same issue, except using Ionic. It works perfectly on iOS. `cordova-plugin-file-opener2 2.1.4` and using `com.android.support:support-v13:26.+` (not v4 due to a plugin conflict). Opening the file: ``` this.fileOpener.open('file:///android_asset/www/assets/pdf/mypdf.pdf',...

FYI I'm migrating my app to Capacitor, really enjoying it so far. It has removed all the headaches associated with Cordova. Most native functionality you'd need is native to Capacitor...

This is dealt with here: https://github.com/apache/cordova-plugin-file/issues/426

Refer to PR272, it achieves the same thing and is a bit cleaner: https://github.com/bitpay/cordova-plugin-qrscanner/pull/272

The whole "do something async before Capacitor launches the webview" seems a useful feature, and might help with [this bug](https://github.com/ionic-team/capacitor/issues/6974).

@pwlin has there been any progress here? I'm happy to help but I'll need to be sent in the right direction as I'm not an Android dev.