Custom internal webview - #94
Conversation
|
Claude finished @JakubMrozek's task in 2m 15s —— View job Code Review
SummaryThis PR replaces 🔴 Critical / Behavioral Bugs1. iOS: The iOS
This means any ad iframe JS code doing 2. iOS: Wrong URL in error callbacks [ Both // current (wrong for provisional):
sendLoadError(error, failingURL: webView.url)
// better:
let failingURL = (error as NSError).userInfo[NSURLErrorFailingURLStringErrorKey] as? String
.flatMap { URL(string: $0) } ?? webView.url🟡 Important Issues3. Android: When 4. Android: If 5. Android: Deprecated Both the deprecated 6. iOS:
🟢 Minor / Nits7. Docs contain absolute local paths [ These local machine paths should be relative repo paths (or just inline code without links). 8. If the native side sends 9. Android: Missing The deprecated 10. The upstream backend is commented out and only used for comparison during development. Consider whether this file should remain in the repo long-term or be removed once the custom backend is validated. Positive Notes
|
|
Claude finished @JakubMrozek's task in 59s —— View job Review Follow-upAll issues raised in the previous review have been resolved in subsequent commits:
The PR is in good shape — all 🔴 critical and 🟡 important findings have been addressed. The two remaining open items from the original review are minor/informational:
|
|
@phiviet01 Merged to v4 (different repo) |
No description provided.