So I have this line of code:
myWebview.loadUrl("javascript:document.getElementById('join_confirm_email').value='[email protected]';void(0);");
for the value inside the javascript injection ([email protected]), I want to use a variable written inside my onCreate method. Is this possible? If it is, how can I do it?
JavaScript Interfaceto introduce a bridge between Java side and JavaScript side.