You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<head><!-- https://stackoverflow.com/a/38325627/2075591 --><metahttp-equiv="Content-Security-Policy" content="default-src * 'unsafe-inline' gap:; style-src 'self' 'unsafe-inline'; media-src *"/><style>html,body{
margin:0;
}
iframe{
border: none;
position: absolute;
top:0;
left:0;
width:100%;
height:100%;
}
</style></head><iframeid="iframe" src="[URL]"></iframe><script>// INICIAR WEB EN UN IFRAME$("#iframe").on('load',function(){varwebApp=$("iframe")[0].contentWindow;// INYECTAR CORDOVA EN EL IFRAME webApp.cordova=window.cordova;// ABRIR LINKS EXTERNOS '_blank' EN EL NAVEGADOR FUERA DE LA APPwebApp.$('a[target=_blank]').click(function(e){e.preventDefault();webApp.cordova.InAppBrowser.open($(this).attr('href'),'_system');});});</script>