i want to stop New window where target is _blank or some scripts after research i saw that are 2 parameter that can stop New window by changing the values
settings.setSupportMultipleWindows(true); settings.setJavaScriptCanOpenWindowsAutomatically(true);here i want to override there two parameter in Titanium setting how can i do it to false can anyone help me?