I have an iPad application that is loading a website locally. It works perfectly but the only problem is that I have a link to Facebook that when I click that, the Facebook page will be opened in the application window. Therefore I need to close my running application and reopen it to use it again. How can I open a new Safari window for this purpose?
All files of the website are in application asset folder therefore once user opens the application would see the wesbsite
<a href="facebook address" target="_blank"><img src="facebook logo"/></a>