Hacker News new | ask | show | jobs
by thatloststudent 1135 days ago
It would be good to let android users and desktop users (even if only through changing user-agents) to browse the website.

Even if I emulate the user-agent of an iPhone, it needs me to run it from the homescreen.

1 comments

As said in a sibling comment, you can try it in a desktop browser (Chrome instructions below):

- open developer tools, Toggle device toolbar, pick an iPhone dimension

- Network > More network conditions ("wifi" icon) > User-agent > Custom > "iPhone Safari"

- in Sources, set a breakpoint on the 1st line, refresh the page, when the debugger breaks, type "window.navigator.standalone = true" in the Console, and continue