You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use SafariView for all links instead of jumping out of app
Changed link opening behavior to match the "Open in Browser" button:
- All links (internal V2EX and external) now open in SafariView
- Stays within the app instead of jumping to Safari
- Provides consistent user experience across the app
Changes:
- NewsContentView: Added SafariView sheet presentation
- ReplyItemView: Added SafariView sheet presentation
- Both views now use openInSafari() method
- Removed UIApplication.shared.open() calls
This matches the UX pattern used in FeedDetailPage's toolbar.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments