Is there any way to test your webapp locally using Opera-Mini (considering that Opera uses a proxy to serve pages to Opera-Mini)

StackOverflow https://stackoverflow.com/questions/3867076

Question

How can I test my web app locally using Opera-Mini?

I know that in order to test it using their Opera-Mini simulator you have to have a public site. Is it possible to test it out using a local server that is not public to the internet?

The issue stems from the fact that Opera-Mini gets its pages through a proxy server at Opera, and even if you have Opera-Mini installed locally you still can't test out your sites without putting them on the Internet first. This is the problem I'm trying to get around.

Was it helpful?

Solution

no, unless you open your site to the internet during test period

OTHER TIPS

  1. Make sure it works fine in Opera Mobile. (Download the Mobile emulator from here - http://www.opera.com/developer/tools/)

  2. Understand OBML to get an idea of what javascript will / won't work.

  3. The OBML article is a little old, so also read the Web specifications support in Opera products.
  4. You can then decide how your web app can degrade gracefully for Opera Mini (if at all it needs to).

Just install MicroEmulator and inside it Opera Mini, then you can do start it on your local machine.

You can use ngrok(https://ngrok.com/) to securely expose your localhost to an online host that they provide you with. e.g. my-opera-site.ngrok.com

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top