Is it posibble to create new window activity if the webview navigation link with target _blank ? and how to detect the webview still on progress, could we give notif on progress ?
You can handle the OverrideUrl event and start a new activity for the new page. However the target field will not be available. If you control the html then you can use a URL parameter to decide whether to open a new page or not.