Open a new window on the browser platform
The URL is not supposed to change in the case of SPA.
This commit is contained in:
parent
2fc2658830
commit
3a1fea5d8b
@ -71,8 +71,10 @@ var IAB = {
|
|||||||
features = args[2],
|
features = args[2],
|
||||||
url;
|
url;
|
||||||
|
|
||||||
if (target === "_system" || target === "_self" || !target) {
|
if (target === "_self" || !target) {
|
||||||
window.location = strUrl;
|
window.location = strUrl;
|
||||||
|
} else if (target === "_system") {
|
||||||
|
window.CDV_origSymbols['window.open'].call(window, strUrl, "_blank");
|
||||||
} else {
|
} else {
|
||||||
// "_blank" or anything else
|
// "_blank" or anything else
|
||||||
if (!browserWrap) {
|
if (!browserWrap) {
|
||||||
|
Loading…
Reference in New Issue
Block a user