From 22721a013bdd10d5eb395ba18453585f5f3f1f7f Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 31 Aug 2020 23:07:20 +0200 Subject: rebuild the ios platform and the plugins --- .../ionic-plugin-keyboard/www/browser/keyboard.js | 34 ---------------------- 1 file changed, 34 deletions(-) delete mode 100644 StoneIsland/plugins/ionic-plugin-keyboard/www/browser/keyboard.js (limited to 'StoneIsland/plugins/ionic-plugin-keyboard/www/browser/keyboard.js') diff --git a/StoneIsland/plugins/ionic-plugin-keyboard/www/browser/keyboard.js b/StoneIsland/plugins/ionic-plugin-keyboard/www/browser/keyboard.js deleted file mode 100644 index 8b73e621..00000000 --- a/StoneIsland/plugins/ionic-plugin-keyboard/www/browser/keyboard.js +++ /dev/null @@ -1,34 +0,0 @@ - -var argscheck = require('cordova/argscheck'), - utils = require('cordova/utils'), - exec = require('cordova/exec'); - - -var Keyboard = function() { -}; - -Keyboard.hideKeyboardAccessoryBar = function(hide) { - return null; -}; - -Keyboard.close = function() { - return null; -}; - -Keyboard.show = function() { - return null; -}; - -Keyboard.disableScroll = function(disable) { - return null; -}; - -/* -Keyboard.styleDark = function(dark) { - exec(null, null, "Keyboard", "styleDark", [dark]); -}; -*/ - -Keyboard.isVisible = false; - -module.exports = Keyboard; -- cgit v1.2.3-70-g09d2