I am using UIWebView to build my in-app application HTML pages. I can navigate just fine. However, if I go on the Internet from a link in a UIWebView called About, then click on the Back button in the tab bar at top, it takes me to my home page tableView - which is fine; then when I click on the cell to return to the About page, the web site page is still showing. I have to exit the app and start it again, then clicking on the cell will get me the About page.
In a related problem, if I make a link to an in-app HTML page which has the video codecs, then the video icon shows, then I click on the icon and the video plays. If I click on the Done button then the Back button in the tab bar, it takes me to the app's home page tableView; however, the cell still links to the video page rather than the original link. This is similar behavior to the paragraph above.
I don't understand how the app changes the home page links! What do I do differently to make the links consistently apply to the pages I have coded?
Regards,
Steve
In a related problem, if I make a link to an in-app HTML page which has the video codecs, then the video icon shows, then I click on the icon and the video plays. If I click on the Done button then the Back button in the tab bar, it takes me to the app's home page tableView; however, the cell still links to the video page rather than the original link. This is similar behavior to the paragraph above.
I don't understand how the app changes the home page links! What do I do differently to make the links consistently apply to the pages I have coded?
Regards,
Steve