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 năm trước·0 comments

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

apps.apple.com
226 points·by nckh·3 năm trước·174 comments

comments

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