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.

link|improve this question

75% accept rate
feedback

3 Answers

up vote 1 down vote accepted

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

link|improve this answer
meh They need to fix that...I know they have a fix for Opera Mobile...but not Opera-Mini... – leeand00 Oct 6 '10 at 9:39
it's not broken, this is by design – nLL Oct 6 '10 at 9:40
I know that, but this is a problem when you want to privately develop a site that you want to test on Opera-mini (getting the errors out before public deployment). – leeand00 Oct 6 '10 at 18:18
feedback
  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).
link|improve this answer
feedback

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

link|improve this answer
Yeah but isn't the problem that when you request a website in Opera-Mini it first has to run it through a proxy server, which requests the site site and then sends it back to Opera-Mini? If my site isn't on the public internet during development, it won't be accessible to Opera's proxy server; hence the problem. – leeand00 Oct 6 '10 at 2:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.