I\'m developing the iOS app and in one of the views I would like to include UIWebView with a page that contains a map (the address is: https://carsharing.mvg-mobil.de). The
You can call JavaScript on the page with UIWebView's
stringByEvaluatingJavaScriptFromString:(NSString *)script