This topic has been closed. No new entries allowed.
Reason: You can now post comments on articles on Dev Opera
You need to be logged in to post in the forums. If you do not have an account, please sign up first.
Opera Mini: web content authoring guidelines
This article presents a detailed set of guidelines for optimizing web content for viewing on Opera Mini. It covers a complete range of topics, including HTML, CSS, JavaScript, design considerations and more.( Read the article )
Originally posted by fravelgue:
Hello, I have tested operamini.sms in nokia n95 and iphone but they don´t support it. Do you have a compability table or something?
I will have a look for you. I'm not sure if we do have anything like this.
Developer Relations Manager
Editor, dev.opera.com and labs.opera.com
.opera mini brings lot of
features''side bars'' we can use.opera also introduced opera mail for its users,the only thing we can do is to seat back drink :coffe: .To you fravelgue,to use sms in your nokia n95 and iphone,simply make sure that your nokia and iphone supports java applications,there are lot of free flash sms java application downloads you can choose from, remember to make sure you have to serch this flash,then download it to your phone following the rules. 
I
opera mini.since i started to use opera mini i dont have any problem my browser.opera mini gives me the support i need.it is the fastest browser i have ever seen,i am always
''happy'' with it. i can easely update my blog, files and other stuff.cheers
to opera.Originally posted by sdoza:
OPERA MINI TOGETHER WITH SEARCH ENGENE
Iopera mini.since i started to use opera mini i dont have any problem my browser.opera mini gives me the support i need.it is the fastest browser i have ever seen,i am always
''happy'' with it. i can easely update my blog, files and other stuff.cheers
to opera.
Has anybody successfully used operamini.maxAge? Does anyone know a workaround to get mini to reload a page from the server when the user presses back?
Originally posted by stefanfar:
Hi, we are trying to get opera mini to reload our page from the server when the user presses the back button. According to the article operamini.maxAge=0 should do the trick but unfortunately it has no effect (on mini version 6.0.24532). Our page is accessed via https and we also set http headers to tell the browser not to cache (Cache-Control:no-cache, no-store, must-revalidate and Expires:-1).Has anybody successfully used operamini.maxAge? Does anyone know a workaround to get mini to reload a page from the server when the user presses back?
I have asked our developers for some help with this one, and will hopefully get back to you soon!
Developer Relations Manager
Editor, dev.opera.com and labs.opera.com
Originally posted by stefanfar:
Hi, we are trying to get opera mini to reload our page from the server when the user presses the back button. According to the article operamini.maxAge=0 should do the trick but unfortunately it has no effect (on mini version 6.0.24532). Our page is accessed via https and we also set http headers to tell the browser not to cache (Cache-Control:no-cache, no-store, must-revalidate and Expires:-1).Has anybody successfully used operamini.maxAge? Does anyone know a workaround to get mini to reload a page from the server when the user presses back?
Hi there - I've got some answers for you.
For a start, there is a bug in the article - it should be operamini.page.maxAge instead of
operamini.maxAge. I'll fix this in a moment.
Secondly, there isn't a workaround to get mini to reload a page from the server when the user presses back. Navigating history does not trigger a server round-trip unless the page was cleared from memory on the device.
Developer Relations Manager
Editor, dev.opera.com and labs.opera.com
Originally posted by chrismills:
Hi there - I've got some answers for you.
For a start, there is a bug in the article - it should be operamini.page.maxAge instead of
operamini.maxAge. I'll fix this in a moment.
Secondly, there isn't a workaround to get mini to reload a page from the server when the user presses back. Navigating history does not trigger a server round-trip unless the page was cleared from memory on the device.
Not exactly the answer I was hoping for, but thank you for looking into the issue.
I've checked the article and it says that OperaMini supports CSS border for values solid, dashed and dotted. However, I only get to work the solid value. Whenever I write dotted or dashed, OperaMini displays solid. I've tried:
{border: 1px dotted #4D4D4D;}
but also:
{border-style: dotted; border-color: ..... }
Happens both on iPhone and Nokia95. And since that's pretty basic stuff, I wonder: does OM really support other values than solid, or am I possibly doing something wrong?
Thank you very much. This is driving me nuts.