Files
bincio-activity/mobile
Davide Scaini f6885fecfa fix(mobile): use split/join for import() patch, gate behind Chrome<63 check
The regex /\bimport\(/g inside a template literal corrupts \b into a
backspace and \( into (, producing an unterminated-group SyntaxError in the
WebView. Use split().join() instead — no escape sequences, no corruption.

Modern WebViews (Chrome 63+) keep the original clean <script>-tag path.
Old WebViews (Karoo Chrome 61) take the fetch+patch+Blob path.
2026-04-26 15:05:33 +02:00
..
2026-04-25 15:33:51 +02:00
2026-04-25 15:33:51 +02:00
2026-04-25 15:33:51 +02:00
2026-04-25 15:33:51 +02:00