feat(ios): native inline WKWebView + fix dev build pipeline
Add native WKWebView as subview (replaces iframe) for inline URL browsing.
Sites like YouTube/Reddit that block iframes now load with Safari User-Agent.
Swift FFI: webview_plugin_open_inline(url, topOffset) positions WKWebView
at the card's measured Y offset; webview_plugin_close_inline() removes it.
Fix dev build pipeline:
- custom-protocol feature required for iOS even in dev (serves bootstrap HTML)
- Bootstrap HTML in gen/apple/assets replaces bundled app with localhost redirect
- dev-ios-sim.sh starts vite BEFORE app launch (fixes race condition)
- build-ios.sh patches bootstrap with DEV_PORT before cargo build
Reduce webview open animation from 0.3s to 0.2s.