>So, instead of opening my text editor I placed an order for a Nexus 6P Nexus 6P is notorious for atrocious build quality. It bends easier than a bar of chocolate. [0] Google should do a recall on these things. It bends a lot easier than an old iPhone 6 plus. [0] https://www.youtube.com/watch?v=r3cWVdLqXCg Edit: I see Google fanboys decided to downvote this comment instead of engaging in a debate. This is not in the…
Anecdotal evidence here -- ordered mine on launch day, been using daily it for a few months. No issues whatsoever. FYI I have a case and I don't know anyone that uses a phone without a case.
I switched to Android after 7 years of iOS
61–70 of 524 posts
Re: I switched to Android after 7 years of iOS
#62Re: I switched to Android after 7 years of iOS
#63edit: the other shiny Google Web App example, Google Docs, doesn't work either. In Safari it likes to drops keys, and the last time I used it in Chrome (last autumn), it would either crash the whole tab, or freeze it up long enough for it to tell me it gave up and that I should just copy the content and paste into a new document
It seems we're re-living the nightmare of Java "cross-platform compatibility" but with an even worse programming language.
> In fact, I think Progressive Web Apps (PWAs) actually have a huge leg-up on native apps because you can start using them immediately
> There’s just so much less friction for users to start using them
Every web app I've used has required a painful sign-up process, which is usually where I bail out of the process. Way more friction than an app store install.
Re: I switched to Android after 7 years of iOS
#64> WebBluetooth (yup, talking to bluetooth devices from JS on a webpage) This sounds like a great new attack vector for the black hats of tommorrow. There are just some things that a web browser should not do. Exposing things that previously required escape from sandbox attacks is one of them.
> There are just some things that a web browser should not do. Exposing things that previously required escape from sandbox attacks is one of them. Why is it any different from an app doing it, though? There will be the same permission prompts etc.
Also, a malicious party usually cannot inject code into an installed app. Injecting it into a webpage you visit is far easier. Ad/tracking networks have been used for that. There is the possibility of a MITM attack if all parts of the page are not protected by HTTPS. There is also the potential for cross site scripting.
The web is not a place where I would want access to everything an installed application can access to be possible by design.
Re: I switched to Android after 7 years of iOS
#65Sounds like someone trying to force web apps to do native apps' jobs. When something like React Native bridges web languages and full native benefits/performance.
Re: I switched to Android after 7 years of iOS
#66Re: I switched to Android after 7 years of iOS
#67Earlier quoted context omitted.
Telling users that they have to install a new browser before they can fully use your app is a lousy experience though. And then two months later they will uninstall Chrome because (as far as they know) they never use it.
That's not how it works. Most Android phones have come with Chrome preinstalled for a while now. That version is automatically updated, just like any other app.
http://www.phonearena.com/news/How-to-change-your-Android-ph...
I don't think Chrome is as ubiquitous as it should be. Do new cheap tablets (like the Kindle Fire) even ship with Chrome?
New phones from Samsung don't have Chrome set as the default browser (not sure if it's even installed by default).
Re: I switched to Android after 7 years of iOS
#68Earlier quoted context omitted.
> There are just some things that a web browser should not do. Exposing things that previously required escape from sandbox attacks is one of them. Why is it any different from an app doing it, though? There will be the same permission prompts etc.
I visit far more websites in a day than I use strange new apps. Apps also don't suffer from XSS.