This content originally appeared on Modern Web Development with Chrome and was authored by Paul Kinlan
<p>I had the good fortune to work from India for a week to do a presentation about Performance and run two codelabs
with leading developers in Bangalore and across Inida. I also met up with many companies who are doing interesting
things on the web and on native. I learnt a lot about the state of the web from some of the companies in this market
and I intend this to be a little series of anecdotes that I heard from developers.</p>
<p>As with all anecdotes, these were taken from a relatively small number of developers but who had data to back it up.
These will need more research to see if they are pervasive (I think they are) and I am looking for feedback.</p>
<p>One consistent theme that I heard from developers is that proxy browsers, specifically UC Mini and Opera Mini
"don't work", they have such a low level of conversions for users on those apps that businesses are choosing to
try as hard as they can to move users of these browsers in to their apps.</p>
<p>Digging into what doesn't work, it is specifically around payments.</p>
<ol>
<li>Most forms require JS or other logic and the proxy browsers fail on this,</li>
<li>Even if the user gets past this, the Indian government requires all payments on the web
to be 2nd factor authenticated. It is these 2nd factor auth pages provided by the banks that don't work
well on mobile web and not at all on proxy browsers (normally due to JS requirements)</li>
</ol>
<p>Do you have a different experience? Do you cater for proxy browsers such as Opera Mini and UC Mini? If so, how?</p>
This content originally appeared on Modern Web Development with Chrome and was authored by Paul Kinlan