softboy99

Results 61 issues of softboy99

Hi, How to make it landscape on mobile? using screen api failed. watch( () => props.isXSmall, () => { screen.orientation.lock("landscape"); } );

In your application template all of the menuitems are statically. Howerver, in real world, the menuitems are dynamically loaded from the server. ` `

Hi, I want to implement an plugin to load data from database and generate some tree nodes on the left side of the opened document. Then drag and drop it...

### This issue is unique. - [X] I have used the [search tool](https://github.com/ONLYOFFICE/DocumentServer/issues?q=) and did not find an issue describing my idea. ### Your idea.

question

### This issue is unique. - [X] I have used the [search tool](https://github.com/ONLYOFFICE/DocumentServer/issues?q=) and did not find an issue describing my idea. ### Your idea. We need an ui for...

question

Please add Tesseract 4.1 support

The OcrDemo App parse result error. I upload the picture here: [http://tinypic.com/r/5uppua/9](url)

Which OcrEngineMode is for tessdata_best [https://github.com/tesseract-ocr/tessdata_best](url) and which one is for tessdata_fast [()](https://github.com/tesseract-ocr/tessdata_fast) ?

add support for OmniAuth 2.0

Flutter 1.23和rxDart 更新后,provider 4.x和3.x变化也很大,无法运行,初学dart,不知怎么弄,能否帮忙升级下