I am using webview to show videos. So when I launch the default site I am going to show YouTube. Here I used go back button also. When I launch the app the page is loading perfectly. Now my issues with app:
I want to hide and unhide goback button based on pages I am navigating. (Here I am using webview delegate methods. For the first time those methods are executing. Next time onwards when I click on any video in the list I can able to go through the next page but these methods are not executing. Due to this reason when I reach main screen I can’t control on goback button visibility.)
How can I control goback button hide/unhide feature?
Is it possible to change title of webpage from YouTube to my videos on iOS?
If we cannot change the title. Is it possible to move navigation bar along with webview. I am using navigation bar to cover the youtube page title bar.