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:
robario 2015-12-18 17:32:24 +09:00
parent 2fc2658830
commit 3a1fea5d8b

View File

@ -71,8 +71,10 @@ var IAB = {
features = args[2],
url;
if (target === "_system" || target === "_self" || !target) {
if (target === "_self" || !target) {
window.location = strUrl;
} else if (target === "_system") {
window.CDV_origSymbols['window.open'].call(window, strUrl, "_blank");
} else {
// "_blank" or anything else
if (!browserWrap) {