open uiwebview & url scheme uiapplication close and return to uiwebview list page.
I create one page in html5 and open it in uiwebview(browser) xcode. I open flashapp1 through url scheme (using uiapplication sharedapplication).
It's open well. but how can i return html5 page(webview). when i click home button pressed, flashapp close but not return my html page returned.
Give me any idea?.
HTML5 page here.
<html>
<a href="flashapp1://">Open Flash App1</a><br />
<a href="flashapp2://">Open Flash App2</a>
</html>
|