mrjohnr
mrjohnr
Hi,done but no solving answe:r [https://stackoverflow.com/questions/46929097/cant-use-virtual-keyboard-jquery-plugin-with-angular-4-webpack](https://stackoverflow.com/questions/46929097/cant-use-virtual-keyboard-jquery-plugin-with-angular-4-webpack) I've used [this](https://github.com/Mottie/Keyboard/issues/570) for my configuration I think I've not done good configuration in webpack.config.vendor.js,just this import ``` const treeShakableModules = [ ..... 'virtual-keyboard',...
something like this works `$('#mycontrol').css('background-color', 'red');` but plugin functions are not recognized: **$(...).keyboard is not a function** on this line ` $('#mycontrol').keyboard();` thanks
Hi The problem is that I don't use angular cli,just webpack.that is the VS 2017 template I've solved the error above with this code ``` import * as $ from...
Hi.no I don't have this problem.just when I add the plugin in my code I got error 'jQuery requires a window with a document' thanks
seems error 'jQuery requires a window with a document' fixed with this: [https://stackoverflow.com/questions/47013168/webpack-adding-jquery-plugin-error-jquery-requires-a-window-with-a-document/47023279#47023279](https://stackoverflow.com/questions/47013168/webpack-adding-jquery-plugin-error-jquery-requires-a-window-with-a-document/47023279#47023279)
Angular 2 is different from Angular 1 my problem was solved.thanks
Hi.I've not loaded nothing from jQuery UI thanks
including keyboard.min.css in _Layout.cshtml makes the keyboard working (in first post when I press a key it closes) .but the position is now in left top corner.Not able to center...
found also this but not helped me too much [https://www.npmjs.com/package/webpack-jquery-ui](https://www.npmjs.com/package/webpack-jquery-ui)
Hi.I have the same problem after upgrade from .NET 3.1 to NET 6 (Fb Core provider from v7.5.0 to 9.0.1) I've create [sample app](https://drive.google.com/file/d/1hBPfW4dBc5VZknM3yHaLp7_yTCOvObAg/view?usp=sharing) in VS 2022 Angular+NET6 new project...