i started creating a little app where i show the web through the web view object
i have 2 small problems, i would like to keep everything inside the web view object, because actually when i click on a website and then i click on an image url it opens/launch the default browser, how to keep that inside, i tried to put "_self" but i dont know what kind of function i need to put to achieve that.
second problem is,
i have a list of urls inside a txt file like this:
"Please login to see this link.",
"Please login to see this link.",
etc
how to tell to my web view object when the actual page is = to one of those in my list then its redirected to a new url?
thanks to everyone