QliQ.dev
QliQ.dev
+1 scaling splash screen is annoying.
### Capacitor V3 Trying to safe Fetched PDF file. But when i open the file it outputs blank page Preview: [pdfOut.pdf](https://github.com/ionic-team/capacitor/files/6718939/2.pdf) My Code: ``` const reader = new FileReader(); reader.addEventListener('loadend',...
Any solutions found? For development I'm usin Mac OS and then this WARNINGS appearing in CI/CD building (Gitlab)
+1 Any ideas? UPD: Finally Found solution In your `Info.plist` file add ``` FIREBASE_ANALYTICS_COLLECTION_ENABLED ```
@CraigRonald555 So, you can try [this doc](https://firebase.google.com/docs/analytics/configure-data-collection?platform=ios)
> @amritk We switched to WkWebView and experience still this problem. I'm using `"cordova-plugin-ionic-webview": "4.1.3",` and the problem with suddenly cleared cache still exists. iOS phone have 120GB of free...
@liamdebeasi is it possible to add some attribute for modal ion-footer to make it fixed on bottom even if modal is not fully expanded?
Any updates?
I think @capcitor/camera should migrate to [Camera X](https://developer.android.com/codelabs/camerax-getting-started#4) to solve this problem. Any contributors here who can do this?
i have same crash log like ``` Fatal Exception: java.lang.RuntimeException Unable to start activity ComponentInfo{com.app.example/com.capacitorjs.plugins.browser.BrowserControllerActivity}: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=blob:https://com.app.example/3781e39f-7d87-4e85-b041-a8e20a4e9602 pkg=com.android.chrome (has extras) } ```