bz
bz
Next week I will have a Hero for debuging. But debuging Javascript on Android is completely stupid.
This is a bug. If the window is resized the map should resize automaticly. If only the map div size is changed you must call "map.getSize()"
I made some changes here. If it does not work as expected,you have to call: "map.setMapPosition()" after map div size has changed.
Sorry, you need 2 commands: map.setMapPosition(); map.setCenter(map.getCenter(),map.getZoom());
The map is now childnode of the original map div. See Example: http://www.khtml.org/osm/v0.54/examples/tv.html
All depends on multitouch and speed. Opera is really fast and maybe it works on Android 2.1. I have only Android 1.5 and can't do anything here. The T-Mobile G2...
I tried to enable Android now but can't test it. There are some special MSIE things in the code for disabling SVG. Maybe Android needs the same because Android Browser...
Android is now enabled. On my HTC Legend there are many problems with preventing default browser behaviour. It looks like HTC Legend has problems with: viewport and event.preventDefault() There is...
Now I changed some parts. The problems at the moment at with events. Explorer does not know: evt.pageX; ie syntax: evt.clientX+document.bodo.offsetTop; I have a slow internet connection here and have...