ykant

Results 4 comments of ykant

I fixed the problem in my project just a few hours ago(Android 9 Webview), but my solution is ugly. ` window.__vite_is_modern_browser_ugly = false; try { eval('try {} catch {}'); window.__vite_is_modern_browser_ugly...

` "next": "^15.0.0", "react-draggable": "^4.4.6", "react": "^18.3.1", "react-dom": "^18.3.1", ` I met the same situation, fixed by adding `offsetParent={document.body}`. Wish can help