Hi,
I'm creating an xhtml page that uses jpeg.
I've read that series 60 xhtml browser supports jpeg except 7650. Before buying a series 60 mobile like 3650 I would like to test in a emulator if the page works correctly.
The official simulator for series 60 is NMB 4.0 but this one doesn't support jpeg. So, I'm using 5100 sdk that according to documentation supports jpeg.
My problem is that I can browse .gif perfectly but I can't browse jpeg in 5100 emulator (althought openwave emulator can).
This is my test code:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN"
"http://www.wapforum.org/DTD/xhtml-mobile10.dtd" >
5100 browser doesn't accept to show jpeg directly. Instead you have to use a .cod file.
This is my sample code:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN"
"http://www.wapforum.org/DTD/xhtml-mobile10.dtd" >
Finally..I can browse an embedded jpeg in 5100 sdk
So, it supports both options, embedded and being downloaded with OTA.
I think the problem was related to the photo I was using. It was too small or too big, or I don't know. But with sizes similars to the screen size it works.