add JIRA issue tracker link

This commit is contained in:
Julien Bouquillon 2015-09-10 18:29:16 +02:00 committed by Jesse MacFadyen
parent 1afd42aabb
commit 790771bb00

View File

@ -54,6 +54,10 @@ Although `window.open` is in the global scope, InAppBrowser is not available unt
console.log("window.open works well"); console.log("window.open works well");
} }
:warning: Report issues on the [Apache Cordova issue tracker](https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Plugin%20InAppBrowser%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC)
## Installation ## Installation
cordova plugin add cordova-plugin-inappbrowser cordova plugin add cordova-plugin-inappbrowser
@ -383,4 +387,3 @@ Due to [MSDN docs](https://msdn.microsoft.com/en-us/library/windows.ui.xaml.cont
ref.addEventListener('loadstop', function() { ref.addEventListener('loadstop', function() {
ref.insertCSS({file: "mystyles.css"}); ref.insertCSS({file: "mystyles.css"});
}); });