Im using the native.newWebView() example up on mobile tuts - http://mobile.tutsplus.com/tutorials/corona/corona-sdk-webview/
I wanted to embed a url inside an app - however the url I am embedding is a mobile version of a website. If I was to go to that url directly it would detect I am on a mobile device and give me the mobile version of the site. I have taken that url and used it directly to that the mobile version should appear in my app. For some reason though it doesnt seem to be displaying as it should. I am wondering if the issue is that the url cant detect the user agent of the simulator or if it was a device the same issue would occur.
Is it possible to pass in a user agent list to the WebView so that it displays properly and detects the device?