I created an responsive web app.
Next i created a UIWebView where my responsive web app is loaded.
My question:
Is it possible to add custom-code to my UIWebView?
Greetings and Thanks!
Related
in my app I have migrated from UIWebView to WKWebView. Everything works perfectly but I have a problem with one icon.
This is the icon displayed by UIWebView:
And this is the icon displayed by WKWebView:
The Web site displayed in my webView is optimized for mobile device but
the implementation of the site is not my work. My question is:
Why there is this difference from UI to WK?
It is because I have to set some settings in WK or this problem depends on the implementation of the web site?
is there any way to display a specific layout of a website in UIWebView? for example in www.google.com. can we display only Google image in UIWebView rather than showing all content of the page like search bar , search button.. etc..
No It is not possible. When you call www.google.com on UIWebView you are displaying web page in your app. And you don't have any control on the content.
I have a button in JSP page inside an UIWebView by pressing the button i want to run another
existing iPhone native application in background only.Do anyone have a solution for this.
You can't start any apps programatically. The only exception is if the desired app supports URL schemes. (see docs)
But it is not possible to launch it in background only.
can any one help me..am doing one webview application in iPhone. I am very new to this is technology...my requirement is when am displaying the html content into the webview page depending upon the data the webview page has to fit that means no scrolling comes the page should fix.
Try this Code :
self.myWebView.scalesPageToFit = YES;
I use UIWebView in iphone4.0 show a html page,but can show one page and cannot scroll. after rotate iphone It can show all page and scroll normally ,this problem is not exist in 3.1
I find this is a html page peoblem,and I modify the html,it's good !I think iphone4.0 UIWebView core is updated!