let ios = MIP.util.platform.isIOS()
let android = MIP.util.platform.isAndroid()
if (ios || android) {
}
else{
let mipurl = MIP.sandbox.strict.window.location.href
let wwwurl = mipurl.replace('mip', 'www')
console.log(wwwurl)
MIP.viewer.open(wwwurl)
}