OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => OpenBSD => Topic started by: dda71 on April 13, 2006, 07:36:29 am

Title: Browser (on Zaurus) Which Supports Inline Frames
Post by: dda71 on April 13, 2006, 07:36:29 am
Hello,

Our company uses a webmail interface that uses javascript and inline frames.

Actually I'm not able to use the webmail on pocketpc devices and/or the zaurus. I did not find any suitable browser that correctly supports (our companies) inline frames which are used on the webmail interface.

I tried on
1) zaurus with openbsd: links, links+, konqueror-embedded.
2) zaurus with qtopia: netfront
3) on smartphone with windows mobile 5   , pocket ie, netfront, mozilla minimo

None of the above were able to view the webmail pages?

Actually I would like to stay with openbsd and zaurus.

Does anyone else have an idea about which browser (beside firefox & co which are too long to compile and to heavyweight for the zaurus) I could try?

thx a lot
Title: Browser (on Zaurus) Which Supports Inline Frames
Post by: cmonex on April 13, 2006, 07:41:48 am
why didnt you try opera 7.55 when you tried qtopia?
Title: Browser (on Zaurus) Which Supports Inline Frames
Post by: iamasmith on April 13, 2006, 07:57:18 am
I haven't come across any more functional browsers than the ones that you mentioned.

The problem is that many sites are aimed at supporting quite a high feature set from either the Gecko (Mozilla) or the Trident (Internet Explorer) browsers.

There are few other commonly used layout engines, obviously Trident layout engine is a M$ proprietary blob that nobody wants to use for anything other than 'toy machines' and Gecko is a little big.

The other two layout engines that do get some support are KHTML from KDE (used by Konqueror etc.) and GTE-WebKit which is derived from Apple WebCore which in turn was derived from KHTML

Few browsers are available based upon the GTE WebKit at the moment and there are some portability issues over the GTE WebKit due to some use of non portable Posix extensions. It was suggested that GPE-Minibrowser, which is based upon WebKit, could be a good candidate browser for OpenBSD on the Zaurus.. in practice it doesn't seem to offer much more functionality than Minimo (which is useable) and has a few dependencies outside of the ports tree.

I check http://en.wikipedia.org/wiki/List_of_web_browsers (http://en.wikipedia.org/wiki/List_of_web_browsers) from time to time to see if something new and interesting pops up.

EDIT: Sorry, forgot to mention the Presto layout engine as used by Opera - Opera isn't open source... it is available linked for Qtopia on ARM but it seems nothing else on ARM... and I'm sure you don't want to ruin your uptime figures by rebooting to launch a browser all the time

-Andy