From 8dae6a5044f9c1b7a8497cc1c96155fd262b40cf Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 26 Oct 2017 01:41:16 +0200 Subject: iphone x fixes --- .../cordova-plugin-console/doc/ja/README.md | 43 ---------------------- 1 file changed, 43 deletions(-) delete mode 100644 StoneIsland/plugins/cordova-plugin-console/doc/ja/README.md (limited to 'StoneIsland/plugins/cordova-plugin-console/doc/ja/README.md') diff --git a/StoneIsland/plugins/cordova-plugin-console/doc/ja/README.md b/StoneIsland/plugins/cordova-plugin-console/doc/ja/README.md deleted file mode 100644 index 059c373c..00000000 --- a/StoneIsland/plugins/cordova-plugin-console/doc/ja/README.md +++ /dev/null @@ -1,43 +0,0 @@ - - -# cordova-plugin-console - -[![Build Status](https://travis-ci.org/apache/cordova-plugin-console.svg)](https://travis-ci.org/apache/cordova-plugin-console) - -このプラグインは、その console.log() がすることができます便利なことを確認するものです。 それは iOS、Ubuntu、Windows Phone 8 は、Windows に追加の関数を追加します。 場合はあなたのための console.log() の作品に満足しているし、おそらく必要はありませんこのプラグイン。 - -このプラグインでは、グローバル ・ `console` オブジェクトを定義します。 - -オブジェクトは、グローバル スコープでですが、このプラグインによって提供される機能は、`deviceready` イベントの後まで使用できません。 - - document.addEventListener("deviceready", onDeviceReady, false); - function onDeviceReady() { - console.log("console.log works well"); - } - - -## インストール - - cordova plugin add cordova-plugin-console - - -### Android の癖 - -アンドロイド以外のいくつかのプラットフォームで console.log() は console.log (「1」、「2」、「3」) など、複数の引数に動作します。 しかし、アンドロイドは、最初の引数でのみ動作します。 console.log() に後続の引数は無視されます。 このプラグインが原因ではない、それは Android の自体の制限です。 \ No newline at end of file -- cgit v1.2.3-70-g09d2