Moved logic for injecting C# method as JavaScript to the OnPageFinished overrride method in Android project to follow Androids specification of loading JavaScript after page has loaded. This ensures targetSdkVersion can be specified while the C# callback action gets invoked from the JavaScript in the WebView
Moved logic for injecting C# method as JavaScript to the OnPageFinished overrride method in Android project to follow Androids specification of loading JavaScript after page has loaded. This ensures targetSdkVersion can be specified while the C# callback action gets invoked from the JavaScript in the WebView