I use this line to open a system browser with location=no
option:
window.open("https://...", "_system", "EnableViewPortScale=yes,hidden=no,toolbar=no,location=no");
But the address bar is still there.
Is location=no
working for system browser on iOS or only for the other types of browsers (like blank)?
Those options only work for the InAppBrowser when used with _blank
, not _system
.