I am using UIWebView to display web pages in my application. but when hyperlink with target=”_blank” is get selected application terminate automatically.
is there any way to avoid this crash.
Thanx in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
After researching, I found that if we set target of an
atag to_selfwe can avoid the crash easily. But still there is on restriction to this, as we can apply the Javascript in this method:So before, selecting this link before loading the page crashed the application as no Javascript is applied.
If anybody knows solution, guide to me.
Thanks