Hacker News new | ask | show | jobs
by benjaminva 4237 days ago
In your screenshot of the "Airport Parking Shop" in the Browser, besides the developer tools, the app itself is wrapped in a GUI that I have not seen before. First I thought it was an ionic served GUI but I couldn't find it when trying out the Tab App example. Could you elaborate more on which tools you used for testing in the browser?
1 comments

That's Chrome Dev Tools' emulation view. https://developer.chrome.com/devtools/docs/device-mode
Didn't know about that yet. Thanks!