Browser redirect inside app
- Dominant language
- JavaScript
- Stars
- 4.8k
- Forks
- 771
- PR merge metrics
- No merged PRs in 30d
Description
When I click on a different Github link from an issue comment, isn't it supposed to redirect me to the actual issue inside that repository instead of opening my default browser and redirecting to the url from there?
I think a solution to this would be if you detected whether or not a comment includes a Github link, then add an onClick property to the link and prevent the default action, so that instead of actually opening the browser, it instead executes an action which redirects the user to the repository inside the app.
Contributor guide
Research direction
Start by locating how links in issue comments are rendered in the React Native app and trace the behavior for GitHub links to other repositories. Done means a GitHub issue link from a comment opens the corresponding issue inside the app instead of the default browser; no file or test is named in the report.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react-native
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100