Wow, this is done in React Native: https://github.com/spolu/dazzle
Show HN: Dazzle – Mobile web browser designed from first principles
21–30 of 40 posts
Re: Show HN: Dazzle – Mobile web browser designed from first principles
#22What security promises can you make? How do I know that you're not hijacking my cookies and passwords? I atleast trust apple and Google with my data before even opening their browsers
Completely understandable. There is no server, we don't store any data outside the app and the source code is available here https://github.com/spolu/dazzle But of course this is Show HN material so still totally experimental.
I don't have a bin handy or I would check myself.
Re: Show HN: Dazzle – Mobile web browser designed from first principles
#23Tried Dazzle few times this afternoon and this browser is just brilliant. Why: Currently, user interaction with tabs on mobile browsers is totally broken and super cumbersome. Dazzle is merging browsing history with tabs which is smart and leads to a super smooth user experience. Actually, there are no tabs anymore, just the browser history which pops ups every time you touch the address bar at the bottom. Simple but…
Thanks! That's exactly what excites us as well and motivated us to work on this. What message would you use on the landing page?
Good question and not sure myself.
You could make it straight and simple and put the focus on the missing tabs. Then, your header would be something like 'The No-tabs Browser'. This might be again too simple and you could get a bit more abstract and stress your minimalstic approach ('The Less-is-More Browser'). However, I'd tend to be to the point and build a story around the main feauture.
Or you find a new hook in the communication, e.g. privacy. Then, your UI is kind of nice side-benefit and the DNA.
How many are you and where are you from?
Re: Show HN: Dazzle – Mobile web browser designed from first principles
#24Re: Show HN: Dazzle – Mobile web browser designed from first principles
#25Do you have any plans to implement bookmarks, or any way to "pin" items in the history? I use the mobile Safari favorites all the time for quick access to 4 or 5 sites. Seems like the one thing missing from Dazzle.
Re: Show HN: Dazzle – Mobile web browser designed from first principles
#26Re: Show HN: Dazzle – Mobile web browser designed from first principles
#27Nice job! Of all the third party browsers I've tried on iOS, this is the only one that feels as nice as mobile Safari, and the only one I'd consider using full time. Do you have any plans to implement bookmarks, or any way to "pin" items in the history? I use the mobile Safari favorites all the time for quick access to 4 or 5 sites. Seems like the one thing missing from Dazzle.
Re: Show HN: Dazzle – Mobile web browser designed from first principles
#28What are the "first principles" you based the design on?
Mostly a shared tab/history system that feel much more adapted to mobile. To a certain degree, access to everything without changing hand or an additional hand. Under the hood there's only one WKWebview and that makes it feel surprinsingly I have to admit slightly faster.