HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nckh

no profile record

Submissions

Quiche Browser Is a Beautiful and Modular Web Browser for iOS

macstories.net
1 points·by nckh·قبل 3 سنوات·0 comments

Show HN: I made a customizable iOS browser for minimalists and myself

apps.apple.com
226 points·by nckh·قبل 3 سنوات·174 comments

comments

nckh
·قبل 6 أشهر·discuss
Safari is not a WebKit wrapper. Out of the box, WebKit can only display web views inside rectangles, and nothing else. A web browser is a lot more than its rendering engine.
nckh
·قبل 3 سنوات·discuss
This will come in the next update! :)
nckh
·قبل 3 سنوات·discuss
Thank you so much for the detailed feedback and the great feature requests, they're golden!
nckh
·قبل 3 سنوات·discuss
Very nice! I'm starting to believe the no-JS life may end up being the only answer to the enshittification of the mobile web. One of the reasons I built my own iOS browser was to have a "disable JS" button readily available, so I fully support you!
nckh
·قبل 3 سنوات·discuss
Thank you! Glad you like it :)
nckh
·قبل 3 سنوات·discuss
Thank you very much for the feedback!

1. This is actually related to the Beta and does not happen on iOS 16. I will make sure it doesn't happen anymore when iOS 17 RC approaches.

2. Will try to reproduce and see what I can do. Thanks a lot!
nckh
·قبل 3 سنوات·discuss
Absolutely agree!
nckh
·قبل 3 سنوات·discuss
Very well noted! Bumping that feature higher on my priority list then :) Thanks for the nice words.
nckh
·قبل 3 سنوات·discuss
I'm getting an overwhelming amount of people asking for Kagi support, so I am gonna start working on that :)
nckh
·قبل 3 سنوات·discuss
Thanks a lot! I'm so glad you managed to create a minimal toolbar that works great for you :-)
nckh
·قبل 3 سنوات·discuss
Great question, thanks! I've got 200 tabs currently open on my phone :)

Memory wise, at most 8 tabs can be kept alive in the background. Then based on the phone thermal state, that number decreases to 4, 2, and then 1.

Additionally, turning on Low Power Mode suspends all background tabs immediately, which is also convenient. I should probably document that behavior somewhere actually :)
nckh
·قبل 3 سنوات·discuss
Thank you~~~ :)
nckh
·قبل 3 سنوات·discuss
Well noted! Thank you for the super cool feedback :)
nckh
·قبل 3 سنوات·discuss
A few reasons below :)

- iOS 15 introduced a "proper" way to restore scroll position and page state. - iOS 16 introduced the super nice "expanded" font width, used in certain address bar setup. - iOS 16.4 fixed a bug where the address bar could not be properly attached to the keyboard.
nckh
·قبل 3 سنوات·discuss
Well noted! :)
nckh
·قبل 3 سنوات·discuss
Haha thanks for giving it an in situ test :) Super agree, I tend to close tabs accidentally and have to resort to open the history to find it.
nckh
·قبل 3 سنوات·discuss
I'll see what I can do for the next update :) Thanks a lot!
nckh
·قبل 3 سنوات·discuss
Thank you!! That's the most requested feature so far :) The challenge is to come up with gestures that work regardless of the toolbar configuration, but since this has been the most requested feature and I badly need it for my own browsing as well, it's very high on the todo list :)
nckh
·قبل 3 سنوات·discuss
Thanks a lot! I'm starting to get a lot of requests for a "find in page" button, so I'll see how and when I can add it.
nckh
·قبل 3 سنوات·discuss
Awww so glad to hear you also tried Quiche Reader! I'm actually hoping to make both apps work together in the future.

Implementing custom search engines would be easy, but I would not be able to support their autosuggest API, since they all require custom parsing rules.