diff --git a/build/mobile.cfg b/build/mobile.cfg index 67b2ad2f84..546becd809 100644 --- a/build/mobile.cfg +++ b/build/mobile.cfg @@ -12,6 +12,9 @@ OpenLayers/Layer/Bing.js OpenLayers/Control/TouchNavigation.js OpenLayers/Control/Geolocate.js OpenLayers/Control/ZoomPanel.js +OpenLayers/Control/Attribution.js +OpenLayers/Layer/Vector.js +OpenLayers/Renderer/SVG.js [exclude] diff --git a/examples/img/check-round-green.png b/examples/img/check-round-green.png new file mode 100644 index 0000000000..176fed1161 Binary files /dev/null and b/examples/img/check-round-green.png differ diff --git a/examples/img/check-round-grey.png b/examples/img/check-round-grey.png new file mode 100644 index 0000000000..dc90efb998 Binary files /dev/null and b/examples/img/check-round-grey.png differ diff --git a/examples/img/list.png b/examples/img/list.png new file mode 100644 index 0000000000..f214206829 Binary files /dev/null and b/examples/img/list.png differ diff --git a/examples/img/minus1.png b/examples/img/minus1.png new file mode 100644 index 0000000000..df446c7932 Binary files /dev/null and b/examples/img/minus1.png differ diff --git a/examples/mobile-sencha.html b/examples/mobile-sencha.html index 179af581f5..5d30383dd2 100644 --- a/examples/mobile-sencha.html +++ b/examples/mobile-sencha.html @@ -5,12 +5,30 @@