Oleg Schildt

Results 6 comments of Oleg Schildt

I see that the WebView is used in LocalizationApplicationDelegate like this ``` class LocalizationApplicationDelegate { fun onCreate(context: Context) { WebView(context).destroy() } ... } ``` An WebView object is created and...

Hi, Here, you will find version for 4.x and 3.x http://www.point-constructor.com/en/tinyta/ Regards, Oleg From: Richard Lu [mailto:[email protected]] Sent: Thursday, November 10, 2016 1:19 AM To: Qtx/TinyMCETextArea5 [email protected] Subject: [Qtx/TinyMCETextArea5] Is...

Hi, The file manager is the part of the WYSIWYG and yes, it is not free. But it is not my issue. I have just integrated the WYSIWYG with the...

The method initCanvas considers the rotation but not scaling. I fixed it.

I found the reason. The host setup for hidden is ```var style$8 = `:host([hidden]){display:none!important}`;``` It is not used for the < cropper-shade > and < cropper-selection >. And even if...

Use https://fengyuanchen.github.io/cropperjs/v2/playground.html Zoom out the image so that it is completely fits the visible area. Rotate image by 90% Move selection area See that the selection preview does not correspond...