Boscop / web-view

Rust bindings for webview, a tiny cross-platform library to render web-based GUIs for desktop applications
MIT License
1.92k stars 175 forks source link

jupyter iframe support on mac computers #330

Open yqsstudy opened 4 months ago

yqsstudy commented 4 months ago

There is a problem using embedded jupyter pages on mac computers

I used an iframe in my app to embed a jupyter page. In mac environment, we found a problem with embedded jupyter pages when using webview dock (black screen). But I boot with front end separation on mac, and this inline page is ok. How can I solve this problem?