Show HN: Automatically convert a website to Android and iOS
21–30 of 78 posts
Re: Show HN: Automatically convert a website to Android and iOS
#22Earlier quoted context omitted.
Out of curiosity, how hard is it to build something that could parse HTML markup and some CSS stylings and convert that into native views? Assume that the HTML markup and CSS is all done as per your documentation, so that the parser works as expected every time.
Almost impossible in an automated fashion. You can extract all of the data but it's very hard to know what links are supposed to do, how pieces of content should be presented, etc.
Re: Show HN: Automatically convert a website to Android and iOS
#23PS: I can't even subscribe to your newsletter, everything seems broken: http://i.imgur.com/Ss42bJE.png
Re: Show HN: Automatically convert a website to Android and iOS
#24Re: Show HN: Automatically convert a website to Android and iOS
#25This is pretty good and it's really what building a hybrid app should look like. There's probably a lot of areas it can be improved.
Re: Show HN: Automatically convert a website to Android and iOS
#26Re: Show HN: Automatically convert a website to Android and iOS
#27main.js:1480
Re: Show HN: Automatically convert a website to Android and iOS
#28Does it make an actual native app or just a wrapper around a web view? I have a couple of (Android) apps that I use that are clearly just a wrapper and it's really annoying. 1) The back button always exits the app instead of going back a screen as would be expected. 2) Switching to another app and coming back causes the app to reload rather than staying on the screen it was on when I switched out.
Making those two issues dissappear takes about 6 hours of developer time.
Re: Show HN: Automatically convert a website to Android and iOS
#29Re: Show HN: Automatically convert a website to Android and iOS
#30You're console.logging everyone's app settings and email after they've created an app. main.js:1480