iOS Question Setting Page.Title from the Web Page Title

cbanks

Active Member
Licensed User
Longtime User
How do I assign the title of the Page to be the same as the loaded web page's title in b4i? I do it in b4a this way:

B4X:
PageTitle = wvXtender.getTitle(WebView1)
Activity.Title = Pagetitle
 
Top