7 ms·
Workarounds for Opera Mini
- wtbob 11y agoIt's not the browser which is breaking the site; it's the site's developers who are using features which are not universally available. Guess what? If you use simple, clean HTML and progressively enhance with JavaScript, CSS and HTML5 features then everyone can browse your site. Or you can use the absolute bleeding edge of everything, requiring every user to give your code a full VM on his machine (a JavaScript VM, granted — but it's still a VM), requiring that the user be on the absolute latest and greatest smartphone or highest-end desktop. It's up to you.
- pmx 11y agoIt's not fair to blame web devs for not trying to support a browser that doesn't try to support any standards. We have clients pushing us for cool things that they have seen on other sites, or some interesting (to them) feature that they must have. If we refuse? They go to someone more accommodating.
- superkuh 11y agoThen implement them in a way that allows for graceful fall back to just text, etc.
- evook 11y agoI am curious, how many people would prefer this fallback overr the actual site. I'd do.
- coldnebo 11y agoEasier said than done. For a trivial combination, it's easy. For most real world requirements it becomes a combinatorial explosion of various strategies that are mutually exclusive in many parts. Unless you have some new machine learning approach to work out all the platform quirks and arrive at pure fallback nirvana?
- iofj 11y agoDoesn't GWT have something that does pretty much exactly that ?
- chei0aiV 11y agoUse progressive enhancement, not fallbacks. http://en.wikipedia.org/wiki/Progressive_enhancement http://en.wikipedia.org/wiki/Progressive_enhancement
- snarfy 11y agoThe users don't want a site. They want an app. It's like expecting the developers of the latest, greatest PC game to write a progressively enhanced game that the same executable will run on DOS 1.0 all the way to the latest Windows version. They will spend time and resources on making sure it works with DOS 1.0, even though there are next to zero users for it, making it completely uneconomical, basically working for free. Or you can have them click the download Chrome/Firefox link.
- furfish 11y agoThe reason many users are using Opera Mini is to use less data and to load pages faster. An app won't scratch that itch. -posted using Opera Mini
- Natanael_L 11y agoChrome on Android offers proxy compression too
- seba_dos1 11y agoWhich is absolutely uncomparable. Opera Mini's approach is pretty unique.
- huuu 11y agoClients/designers want apps. Users want information. The trend today is that sites are crashing my up-to-date Firefox browser[1] because they need a ton of Javascript to get the layout right. I don't mind a fancy site but just let me get the information I need. [1] I own a not so new smart phone that does the job well for everything else.
- StavrosK 11y agoNo, sorry, when I visit the Next Web, for example, I don't want 600 kilobytes of CSS and JS just to look at what's basically a list of photos and some text. That is insane by any measure, and I'm not even counting the photos (as they're necessary and there's not much to do about those). It seems to all be there so the site can be a wonder of mystery meat navigation, with clicks randomly bringing elements in and out of focus and taking me to random sites I didn't ask for. As a moderately seasoned developer, I've seen this in my friends too (you know who you are). They get excited by the latest and greatest technology (which is great and they should) and they apply it to their business without first asking themselves if it's actually beneficial (which is bad and they shouldn't). Most of them come around to "build it simple at first and optimize later", or YAGNI, but in the mean time, we get things like The Next Web. $5 TNW's next iteration is plain HTML and simple CSS with a minimal amount of JS and they make a big thing out of how performant their site is now, loading instantly, etc. Good job, you discovered Web 1.0 again, but this time with better designers.
- jnbiche 11y agoI strongly disagree. If 1 single browser out of 8-9 in common use doesn't support web standards, and represents a fraction of a percent of my target audience, then I'm not going to spend time crafting workarounds to target that browser. I already make compact web sites compared to my peers -- no jQuery, optimized images, mostly text-driven. No JS is required to navigate and view the site. A hair over 100 kb for most of sites, including blog and header image. I use global CDNs. So my sites are friendly to users in developing countries, as long as they don't use Opera Mini. There's nothing "bleeding edge" about supporting JS and CSS that IE8 supports. That's as low as I'm going, and no guilt about it. By the way, have you actually tested any of your sites on Opera Mini? You may be surprised at just how poorly it renders, unless you're still working with tables.
- dccoolgai 11y agoAgreed - and in my day job, too, where my boss needs to present an experience that will have the highest chance of converting customers with a limited resource (my time) it doesn't make sense to spend 4x as long to make it play on IE6 when the return on that investment simply won't materialize.
- coldnebo 11y agoAnd how many commercial marketing clients from Fortune 500 are in your portfolio?
- pmx 11y agoFor many many sites it really doesn't matter if they don't support 3rd world countries - what value do we gain from working hard to support people with no money to spend? Advertisers aren't interested in them, we can't sell anything to them. It sounds selfish but society is based on exactly that way of thinking.
- meric 11y agoIf thousands of users are desperately trying to use your site everyday even when it's broken for them then I'd wager the business is missing out on profit. Our company sell to developing countries too, and there's definitely money to be made. If you don't want to support people who you automatically assume have no money to spend, go ahead and leave it on the table for us to collect. :)
- coldtea 11y ago>If thousands of users are desperately trying to use your site everyday even when it's broken for them then I'd wager the business is missing out on profit. Not really. They might be perusing your e.g. news site for information, but wouldn't click in any ad anyway (and maybe, because of Opera Mini, they don't even see them).
- nickysielicki 11y agoThat's the politically correct way to look at it but I don't think you're right. With the advent of the $30 smartphone, by the time these countries have disposable income that you can indirectly or directly profit from, its likely that one of their first purchases is a better phone with a capable browser. Until then they're a waste of time and resources. On Black Friday you could get a Moto E, unlocked and off contract, for $10. This phone has a quad core processor, an LTE radio, a gig of ram, and a 5 megapixel camera. Ten dollars gets you something that can outperform flagships from 2 years ago.
- zAy0LfpBZLC8mAC 11y agoAnd which magic exactly does that phone perform to reduce the bandwidth prices of their provider?
- coldtea 11y ago>When you’re building websites, front end developers spend countless hours ensuring they gracefully degrade for older browsers, but what about those in developing nations, where every bit and byte counts? Well, what about them? Are they realistically going to be your customers?
- Grue3 11y agoMy site has a regular Opera Mini user. I don't even know how well it works in Opera Mini, but since the user keeps coming back, it probably does. Also I got a Coc Coc [1] user today, which is apparently the second most popular browser in Vietnam. Never heard of it before. [1] https://en.wikipedia.org/wiki/C%E1%BB%91c_C%E1%BB%91c https://en.wikipedia.org/wiki/C%E1%BB%91c_C%E1%BB%91c
- draw_down 11y agoThere is a certain portion of web pundits always banging on about this issue. Progressive enhancement is always the phrase used to beat devs over the head about their use of newfangled technologies. The truth is, there is always going to be some subset of users/agents that won't be able to use your site. You won't reach everyone, not only for technical reasons but for cultural and linguistic reasons as well. Even if you make your stuff work in Opera Mini, who's to say the user on the other end reads one of the languages your site is available in. The only thing left is to decide the tradeoff between how many of them, the experience itself, and the amount of work you will spend maximizing the other two. There is something about the web that makes a certain portion of people want to believe that tradeoff doesn't exist, and you're a jerk if your site doesn't work on everyone's toaster in Moldova.
- oelmekki 11y agoI remember a time when opera was supposed to be the browser that implemented web standards the most accurately and completely. What happened? Are they now lagging, or is it just they chose not to support some standards in opera mini for those perfs goals?
- kryptiskt 11y agoOpera Mini isn't regular Opera, it does most of the work server side and sends a highly compressed representation of the web page to the app on the phone.
- systoll 11y ago'Mini' a totally different beast to a normal browser, in order to minimise data usage. When you request a page in opera mini, that request is sent to Opera's servers. The webpage is rendered on their server [using their rendering engine], and a totally different (OBML) file is sent to your browser, to represent the end result. 'Mini' never sees HTML, Javascript or CSS -- those are handled on the server. This allows the browser to use dramatically less bandwidth... but creates some major limitations. Opera still makes 'normal' browsers -- and at least in the iOS version, the 'Mini' mode can be switched off [making it render the same as any webkit browser.]
- digi_owl 11y ago> When you request a page in opera mini, that request is sent to Opera's servers. The webpage is rendered on their server [using their rendering engine], and a totally different (OBML) file is sent to your browser, to represent the end result. I Think they either have plans to, or have already transitioned to using webkit/blink as the backend for Mini. Never mind that they seem to be doing their level best to kill of the presto-era browsers. This December they shut down their bookmark sync service (Opera Link) after having introduced a new one for their webkit/blink based browsers. It sometimes seems like the web is heading for yet another monoculture. Marginally better than the IE era as this time the engine is open source, but a monoculture non the less.
- digi_owl 11y ago
- 1ris 11y ago>the browser doesn’t support custom fonts using @font-face That's a feature and not a bug, as many examples. Opera Mini is is designed to bring you 95% of the web for 20% of the data. This is one trade-off. So are many other things, like CSS-Animations. Opera Mini only displays "frozen" pages and I love it.
- gtk40 11y agoI used to use it when I used iOS because it was the only alternative browser available and had sane zooming and text wrap features, unlike Safari (at the time, haven't used iOS in a while).
- nly 11y agoSad times for Opera when Opera Mini is called 'unknown'
- chengiz 11y agoI had a POS low powered Android phone until sometime last year and Opera Mini was by far the best browser for that phone. The native browser was slow as molasses where Opera Mini was actually snappy. It also had a much better UI and features, some of which are not even on my current browser. For example it'd send bitmapped fonts over the server so I could read langauges for which there were no fonts on my phone. How they could do that all so fast I have no idea.
- 627467 11y ago"unknown browser"... Always amazed by these bubbled, insulated-firstworld statements. I lived in europe with unlimited mobile bandwidth and regularly used Opera Mini for a combination of leaner/quicker navigation and removal of undesirable trackers/scripts. Also its offline pages feature is great for travellers and, 3G/4G doesn't cover 100% of any country. Try to navigate script-heavy sites on these connections and you'll quickly realize that opera mini restrictions are desirable features.
- dang 11y agoUrl changed from http://thenextweb.com/dd/2015/12/24/the-unknown-browser-with-300-million-users-thats-breaking-your-site/ http://thenextweb.com/dd/2015/12/24/the-unknown-browser-with..., which points to this.
- mindo 11y agoOpera been around before chrome even came into picture... Expert trolls not devs...
- pllbnk 11y agoI would use Opera Mini on my old Android because it would be the only somewhat usable browser performance-wise. It is a wonderful browser and it works really well for use cases it was designed for - low-end hardware and low bandwidth limits. What I find useless about it is that they try to give efforts in rendering the designs of the sites and break them instead. I think they should adopt Firefox Reader View's approach, that is ditch the design rendering completely and instead focus on displaying only the content and its graphics to the best of its ability.