Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cordova-plugin-inappbrowser

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-inappbrowser - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

tests/plugin.xml

12

doc/de/index.md

@@ -22,3 +22,3 @@ <!---

Dieses Plugin bietet eine Web-Browser-Ansicht, die anzeigt, beim Aufrufen von `window.open()` , oder als als bildeten einen Link öffnen`<a target="_blank">`.
Dieses Plugin bietet eine Web-Browser-Ansicht, die beim Aufruf angezeigt`window.open()`.

@@ -28,3 +28,3 @@ var ref = window.open('http://apache.org', '_blank', 'location=yes');

**Hinweis**: die InAppBrowser Fenster verhält sich wie einen standard-Webbrowser und Cordova APIs kann nicht zugegriffen werden kann.
**Hinweis**: Das InAppBrowser Fenster verhält sich wie ein Standard-Webbrowser. Auf die Cordova-API kann in diesem Moment nicht zugegriffen werden!

@@ -38,3 +38,3 @@ ## Installation

Öffnet eine URL in einem neuen `InAppBrowser` Instanz, die aktuelle Browserinstanz oder der Systembrowser.
Öffnet eine URL in einer neuen `InAppBrowser` Instanz, der aktuelle Browserinstanz oder der Systembrowser.

@@ -44,7 +44,7 @@ var ref = window.open(url, target, options);

* **Ref**: Bezugnahme auf die `InAppBrowser` Fenster. *(InAppBrowser)*
* **Ref**: Bezugnahme auf das `InAppBrowser` Fenster. *(InAppBrowser)*
* **URL**: die URL *(String)*zu laden. Rufen Sie `encodeURI()` auf diese Option, wenn die URL enthält Unicode-Zeichen.
* **URL**: die URL um den *(String)* zu laden. Rufen Sie `encodeURI()` auf, wenn die URL Unicode-Zeichen enthält.
* **Ziel**: das Ziel in der URL, einen optionalen Parameter geladen, die standardmäßig auf `_self` . *(String)*
* **Ziel**: das Ziel in welchem die URL geladen werden soll. Standardmäßig entspricht dieser Wert `_self` . *(String)*

@@ -51,0 +51,0 @@ * `_self`: Öffnet sich in der Cordova WebView wenn der URL in der Whitelist ist, andernfalls es öffnet sich in der`InAppBrowser`.

@@ -22,3 +22,3 @@ <!---

Este plugin proporciona una vista de navegador web que se muestra cuando se llama a `window.open()` , o cuando abre un enlace formado como`<a target="_blank">`.
Este plugin proporciona una vista de navegador web que se muestra cuando se llama a`window.open()`.

@@ -25,0 +25,0 @@ var ref = window.open('http://apache.org', '_blank', 'location=yes');

@@ -22,3 +22,3 @@ <!---

Ce plugin vous offre une vue de navigateur web qui s'affiche lorsque vous appelez `window.open()` , ou quand un lien d'ouverture formé comme`<a target="_blank">`.
Ce plugin vous offre une vue de navigateur web qui s'affiche lors de l'appel`window.open()`.

@@ -25,0 +25,0 @@ var ref = window.open('http://apache.org', '_blank', 'location=yes');

@@ -22,3 +22,3 @@ <!---

This plugin provides a web browser view that displays when calling `window.open()`, or when opening a link formed as `<a target="_blank">`.
This plugin provides a web browser view that displays when calling `window.open()`.

@@ -25,0 +25,0 @@ var ref = window.open('http://apache.org', '_blank', 'location=yes');

@@ -22,3 +22,3 @@ <!---

Questo plugin fornisce una vista di browser web che viene visualizzata quando si chiama `window.open()` , o quando un link di apertura formata come`<a target="_blank">`.
Questo plugin fornisce una vista di browser web che viene visualizzata quando si chiama`window.open()`.

@@ -25,0 +25,0 @@ var ref = window.open('http://apache.org', '_blank', 'location=yes');

@@ -22,3 +22,3 @@ <!---

このプラグインを呼び出すときに表示される web ブラウザーのビューを提供します `window.open()` 、または時として形成されたリンクを開く`<a target="_blank">`.
このプラグインを呼び出すときに表示される web ブラウザーのビューを提供します`window.open()`.

@@ -25,0 +25,0 @@ var ref = window.open('http://apache.org', '_blank', 'location=yes');

@@ -22,3 +22,3 @@ <!---

호출할 때 표시 하는 웹 브라우저 보기를 제공 하는이 플러그인 `window.open()` , 또는 때로 형성 된 링크 열기`<a target="_blank">`.
이 플러그인은를 호출할 때 표시 하는 웹 브라우저 보기를 제공 합니다.`window.open()`.

@@ -25,0 +25,0 @@ var ref = window.open('http://apache.org', '_blank', 'location=yes');

@@ -22,3 +22,3 @@ <!---

Plugin daje widok przeglądarki sieci web, które są wyświetlane podczas wywoływania `window.open()` , lub kiedy otwarcie łącza utworzone jako`<a target="_blank">`.
Plugin daje widok przeglądarki sieci web, które są wyświetlane podczas wywoływania`window.open()`.

@@ -25,0 +25,0 @@ var ref = window.open('http://apache.org', '_blank', 'location=yes');

@@ -22,3 +22,3 @@ <!---

Этот плагин дает представление веб-браузера, что показывает при вызове `window.open()` , или когда открытие ссылки формируется как`<a target="_blank">`.
Этот плагин обеспечивает представление веб-браузера, что показывает при вызове`window.open()`.

@@ -25,0 +25,0 @@ var ref = window.open('http://apache.org', '_blank', 'location=yes');

@@ -22,3 +22,3 @@ <!---

這個外掛程式提供了一個 web 瀏覽器視圖,顯示時調用 `window.open()` ,或當打開連結形成的作為`<a target="_blank">`.
這個外掛程式提供了一個 web 瀏覽器視圖,顯示在調用時`window.open()`.

@@ -25,0 +25,0 @@ var ref = window.open('http://apache.org', '_blank', 'location=yes');

{
"name": "cordova-plugin-inappbrowser",
"version": "0.5.1",
"version": "0.5.2",
"description": "Cordova InAppBrowser Plugin",

@@ -5,0 +5,0 @@ "cordova": {

@@ -122,1 +122,15 @@ <!--

* CB-6769 ios: Fix statusbar color reset wasn't working on iOS7+
### 0.5.2 (Sep 17, 2014)
* CB-7471 cordova-plugin-inappbrowser documentation translation: cordova-plugin-inappbrowser
* CB-7490 Fixes InAppBrowser manual tests crash on windows platform
* CB-7249 cordova-plugin-inappbrowser documentation translation: cordova-plugin-inappbrowser
* CB-7424 Wrong docs: anchor tags are not supported by the InAppBrowser
* CB-7133 clarify that anchor1 doesn't exist
* CB-7133 more fixup of tests on Android
* CB-7133 fix up the tests for Android
* Add just a bit more logging
* CB-7133 port inappbrowser to plugin-test-framework
* phonegap events supported for _blank target
* inappbrowser _blank target position is fixed
* amazon-fireos related changes.

@@ -37,2 +37,3 @@ /*

browserWrap = null;
if (typeof(win) == "function") win({type:'exit'});
}

@@ -95,3 +96,4 @@ },

browserWrap.classList.add('inAppBrowserWrap');
browserWrap.style.position = 'absolute';
// position fixed so that it works even when page is scrolled
browserWrap.style.position = 'fixed';
browserElem.style.position = 'absolute';

@@ -140,3 +142,3 @@ browserElem.style.border = 0;

setTimeout(function () {
IABExecs.close();
IABExecs.close(win, lose);
}, 0);

@@ -160,2 +162,19 @@ }, false);

document.body.appendChild(browserWrap);
//we use mozbrowserlocationchange instead of mozbrowserloadstart to get the url
browserElem.addEventListener('mozbrowserlocationchange', function(e){
win({
type:'loadstart',
url : e.detail
})
}, false);
browserElem.addEventListener('mozbrowserloadend', function(e){
win({type:'loadstop'})
}, false);
browserElem.addEventListener('mozbrowsererror', function(e){
win({type:'loaderror'})
}, false);
browserElem.addEventListener('mozbrowserclose', function(e){
win({type:'exit'})
}, false);
} else {

@@ -162,0 +181,0 @@ window.location = strUrl;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc