a newbie question: in mobile web development using openlayers, which lib file do I need to include in the header? I mean, is it openlayers.js or openlayers.mobile.js?
<script type="text/javascript" src="lib/OpenLayers.mobile.js"></script>
or
<script type="text/javascript" src="lib/OpenLayers.js"></script>
will there be some difference in practice?
the reason why i ask this is that i want to develop a mashup app with GoogleMaps, however, if I don't include openlayers.js instead put openlayer.mobile, then "Openlayers.layer.Google" wont be recognized.
just want to be assure.
thanks for any replies!