ionic-team / capacitor

Build cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️
https://capacitorjs.com
MIT License
11.24k stars 955 forks source link

[Bug]: backdrop filter css will crash ios app #7450

Closed joebnb closed 1 week ago

joebnb commented 1 week ago

Capacitor Version

latest

Other API Details

pod --version
1.14.2
npm -v
10.5.0
node -v
v20.12.2

Platforms Affected

Current Behavior

if webview add several(one is ok) backdrop filter blur will crash app,when remove it,it will works fine.

2024-05-05 14-09-28 2024-05-05 14_10_44

Expected Behavior

render as normally like browser

2024-05-05 14-04-27 2024-05-05 14_08_25

Project Reproduction

none

just add this in list

  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(10px);

Additional Information

i see flutter also have this issue and they were fixed.https://github.com/flutter/flutter/issues/127095

ionitron-bot[bot] commented 1 week ago

This issue needs more information before it can be addressed. In particular, the reporter needs to provide a minimal sample app that demonstrates the issue. If no sample app is provided within 15 days, the issue will be closed. Please see the Contributing Guide for how to create a Sample App. Thanks! Ionitron 💙

joebnb commented 1 week ago

😨😨😨

joebnb commented 3 days ago

i think capacitor need consider archive this project and suggest folks move to tauri