Removing the need to add "http://" in front of URL for WebView?
I'm working on an app that makes use of a URL textfield, but as it stands, it requires the user to add "http://" to make anything happen.
What do I need to do to have the app automatically add http:// in front of a load request?
|