Jakub T. Jankiewicz

Results 1032 comments of Jakub T. Jankiewicz

@xeu100 I would prefer to have an API that will allow to build something like this with any FS, to actually interact with the system, I would not like to...

BrowserFS have bigger support if the library had the proper API you should be able to use any browser API you want. You don't need to use node.js with BrowserFS...

I don't want integration with 3rd party tool I want API build in, so I can use it to use whatever API I want, If API exist you can use...

I think that `freeze()` method should do just that but it seems that not all keys work if you freeze because terminal is disabled. Also on my Android phone when...

It seems this is works you only need to use `term.freeze(true);` or `$('#term').terminal().freeze(true)` I'll add option that calling `freeze();` will be the same as `freeze(true);`

My mistake it don't work, it freezes terminal and click don't work but invoking key event enable terminal.

Found the issue with the jQuery keyboard the problem is that the plugin focus his textarea on click. To fix this you just need to add this css: ```css .ui-keyboard-input...

I'm closing this now, I've updated the jquery keyboard plugin (not minified version from [Mottie/Keyboard](https://github.com/Mottie/Keyboard)) and it works fine, it don't open keyboard when you click on keys and you...

No I've didn't updated the project, I've updated the version I was using in a demo and it work with latest one.

Native keyboard pops because terminal is enabled. You need to freeze it (call `freeze(true)` - will need to set true as default, freeze() don't work) Backspace and enter are still...