iOS Question Web View target _blank

Intiwhiz

Member
Licensed User
Dear All,

Is it posibble to create new page activity if the webview navigation link with target _blank ? and how to detect the webview still on progress, could we give notif on progress ?

thank you,
 

JanPRO

Well-Known Member
Licensed User
Longtime User
Hi,

could we give notif on progress
You can use the EstimatedProgress property of WKWebView.

Is it posibble to create new page activity if the webview navigation link with target _blank ?
I am not sure if I have understood you right, but you can use the OverrideUrl event an create a new page when the webview will navigate to a specific url.

Jan
 
Upvote 0
Top