In B4A there is a method "addJavascriptInterface" so that if I want to call an app Sub from the javascript inside the webview, I just call it from js via B4A.CallSub
Does this exist in B4i too? How? Sample code would be greatly appreciated.
No. However you can use the OverrideUrl event instead. Set window.location.href in your JavaScript and it will cause the OverrideUrl event to be raised. Return True from OverrideUrl.