HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nckh

no profile record

Submissions

Quiche Browser Is a Beautiful and Modular Web Browser for iOS

macstories.net
1 points·by nckh·há 3 anos·0 comments

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

apps.apple.com
226 points·by nckh·há 3 anos·174 comments

comments

nckh
·há 6 meses·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
·há 3 anos·discuss
This will come in the next update! :)
nckh
·há 3 anos·discuss
Thank you so much for the detailed feedback and the great feature requests, they're golden!
nckh
·há 3 anos·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
·há 3 anos·discuss
Thank you! Glad you like it :)
nckh
·há 3 anos·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
·há 3 anos·discuss
Absolutely agree!
nckh
·há 3 anos·discuss
Very well noted! Bumping that feature higher on my priority list then :) Thanks for the nice words.
nckh
·há 3 anos·discuss
I'm getting an overwhelming amount of people asking for Kagi support, so I am gonna start working on that :)
nckh
·há 3 anos·discuss
Thanks a lot! I'm so glad you managed to create a minimal toolbar that works great for you :-)
nckh
·há 3 anos·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
·há 3 anos·discuss
Thank you~~~ :)
nckh
·há 3 anos·discuss
Well noted! Thank you for the super cool feedback :)
nckh
·há 3 anos·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
·há 3 anos·discuss
Well noted! :)
nckh
·há 3 anos·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
·há 3 anos·discuss
I'll see what I can do for the next update :) Thanks a lot!
nckh
·há 3 anos·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
·há 3 anos·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
·há 3 anos·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.