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 but instead put openlayer.mobile, then "Openlayers.layer.Google" won't be recognized.
Thanks for any replies!