Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
DevRant is that type of app too (non quite sure) . In fact, many mobile apps for the phone are just html adaptatations of the website.
-
@linuxer4fun yeah most of them (sadly) are. @dfox we need you to solve this inquiry. Is devrant a webview or not?
-
dfox428268yNope, devRant is not a webview. The only places we use webviews is for the swag items listing.
-
Why "sadly"? Why the hate of the web platform? If you can't notice the difference, then it means the mobile web has evolved and there are no janks...
-
@phoomparin Two separate reasons, 1 some do it that way because of laziness 2 there is no offline use and it makes hard (sometimes) you do caching
-
@jpichardo offline websites? no problem, add a manifest to the HTML tag
[...]
<html manifest="test.appcache">
[...]
test.appcache file content:
CACHE MANIFEST
/index.html
/styles.css
/scripts.js -
@BrianValente hmm, just learned something new, still I dislike using web view to show everything, not the web technologies, I myself am a web developer
-
@jpichardo me too. I started developing apps with Apache Cordova. Making it look like native takes time but can be done, but the performance is very low compared to a native app.
-
Are you guys high? Read up on Progressive Web Apps. Read up on Ionic, Electron, etc... Offline support? No problem. Native functionality? No problem. Javascript is coming for you, you old, crusty wannabe elitists.
-
@korengali haha no, yeah currently you can use whatever you want to do whatever you want, but there is never going to be something that compares to native. As an example xamarin, it is c# and xaml, but it compiles to native.
-
@jpichardo Offline use? You even know Service Workers, AppCache Manifest and Progressive Web Apps. And no, I developed mobile apps in both native java (I freaking love kotlin tho, it's the best JVM-based language ever since scala) and React Native. I don't think it's because of laziness, but because of business requirements. I personally don't like WebViews too, as they leads to bad UX. I prefer to write both mobile and webapps (We use Vue or React to create PWA, and it's pretty fast. Usually we go with AMP - Accelerated Mobile Pages for content heavy sites.) for our clients, but mobile developers should also know the extent of the web platform in 2017 too.
-
Batdroid1968yAmazon came to take interns from our college and they told us the reason why it's not native. I asked them in their QA session with students why their android app isn't native and the guy replied : Android is a fad right now but will die in a few years so why bother. I used to respect Amazon as a company, I still do but after hearing this it lost a bit of respect from me. Android currently dominates the mobile sector, if you can't embrace a new technology, amazon android tech team needs to be changed. Cmon Amazon give me a better app.
-
Batdroid1968y@psudo That is why Amazon lost some respect from me. This was double faced. Besides I don't own a fire tablet, but do they update it frequently? And how many modifications are there?
-
Looks like every app using web view are waiting to implement Progressive web app.
Related Rants
That disappointing moment when you realize that what you thought was a mobile app is just a web view
undefined
android
disappointing
amazon