Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Add settings to MobileMiniBrowser #32

Open
Joeybologna88 opened this issue Feb 6, 2024 · 8 comments
Open

Enhancement: Add settings to MobileMiniBrowser #32

Joeybologna88 opened this issue Feb 6, 2024 · 8 comments
Labels
0: All iOS This issue definitely occurs on all iOS versions M: Enhancement New feature or request O: Upstream issue Issue with upstream WebKit or Firefox P5: Optional This issue is extremely not important

Comments

@Joeybologna88
Copy link

iPhone 12 mini - iOS 14.2.1 - Taurine
I've tried with both the .tipa and the deb. Clicking the settings icon only opens an empty context?/pop-up? Window and the only visible UI is an "x". The X does at least dismiss the window.
Don't know if settings menu has been implemented yet or is still WIP. Thought I'd mention it regardless.
PS. Awesome project. Period. For 4-5 years now I had wished this could somehow be implemented, but it is far beyond my knowledge base to put something like this together. Thank you for putting in the effort to bring this kind of backport in to life!!!

@UInt2048
Copy link
Owner

UInt2048 commented Feb 6, 2024

This is the 0.0.8 nightly 9 MobileMiniBrowser build, correct?

@UInt2048 UInt2048 added the A: Info requested Can't be properly classified without more info label Feb 6, 2024
@Joeybologna88
Copy link
Author

Correct. Specifically the version for iOS 14.

@UInt2048 UInt2048 added M: Enhancement New feature or request 0: All iOS This issue definitely occurs on all iOS versions O: Upstream issue Issue with upstream WebKit or Firefox P5: Optional This issue is extremely not important and removed A: Info requested Can't be properly classified without more info labels Feb 7, 2024
@UInt2048 UInt2048 changed the title No settings Enhancement: Add settings to MobileMiniBrowser Feb 7, 2024
@UInt2048
Copy link
Owner

UInt2048 commented Feb 7, 2024

@Joeybologna88 Upstream MobileMiniBrowser does not in fact have any settings. Besides maybe customizing the start page URL, I can't think of what settings might actually be needed.

@Joeybologna88
Copy link
Author

I was mostly asking out of curiosity, but if you're gonna ask, I'll think it over and get back to you on that!

@plia7
Copy link

plia7 commented Feb 10, 2024

@Joeybologna88 Upstream MobileMiniBrowser does not in fact have any settings. Besides maybe customizing the start page URL, I can't think of what settings might actually be needed.

Maybe a setting to make it the default browser so all redirects links shortcuts use it instead? Unless it should be handled by iOS.

@UInt2048
Copy link
Owner

@plia7 If iOS respects the default browser setting for this, that should be handled by iOS with the com.apple.developer.web-browser entitlement.

See https://developer.apple.com/documentation/Xcode/preparing-your-app-to-be-the-default-browser

@plia7
Copy link

plia7 commented Feb 10, 2024

@plia7 If iOS respects the default browser setting for this, that should be handled by iOS with the com.apple.developer.web-browser entitlement.

See https://developer.apple.com/documentation/Xcode/preparing-your-app-to-be-the-default-browser

Ok looks like Chrome third party
browser provides this option in settings:

Settings Default Browser

You can open links in Chrome automatically by making it your Default Browser App.

Follow the steps below:

  1. Open Chrome Settings
  2. Tap Default Browser App
  3. Select Chrome

Open Chrome Settings link

There I can choose between Safari, Chrome or CyberKit.
I guess that's the only way to get to this menu since I don't think it exists natively on my iOS 14.4.1 settings.

Thanks.

@Joeybologna88
Copy link
Author

I finally thought of a feature that would be nice to have available somehow... bookmarks.
Being that many websites seem to require full url instead of say, just Google.com instead of www.Google.com (maybe it even requires https://www.Google.com; can't remember). It would be nice to be able to navigate to regularly visited webpages without having to type out entire url every single time.

I had another idea or two
In mind that are currently eluding me at the moment. If they come back to me, I will update my comments.

Thanks again for all your hard work. My iOS 14.2.1 iPhone would practically be useless in many cases without this lovely WebKit backport and other tweaks like version spoofing and "lower install".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0: All iOS This issue definitely occurs on all iOS versions M: Enhancement New feature or request O: Upstream issue Issue with upstream WebKit or Firefox P5: Optional This issue is extremely not important
Projects
None yet
Development

No branches or pull requests

3 participants