JohnCoatesOSS / Limitless

Fork of Cydia. Different name to avoid confusion. Goal: Refactor Cydia to make contributions easier. Backport features to Cydia's coding style so they can be submitted for consideration.
GNU General Public License v3.0
155 stars 28 forks source link

Add in app browser (SafariViewController) #39

Closed nathanaccidentally closed 7 years ago

nathanaccidentally commented 7 years ago

This would be helpful when clicking a link in a depiction or description so that we can view the links with out leaving the app. This has always bugged me with Cydia.

kirb commented 7 years ago

It's not really possible for Limitless to be able to guess when it should and shouldn't do this. Really the repos should be using target="_open" on their links. This has been available for a long time, but maybe they just don't know it exists. Contact them and let them know!

kirb commented 7 years ago

Didn’t read the title before – this was implemented in #22.