sakusaku3939 / DeepLAndroid

Unofficial Android App for DeepL Translator
MIT License
342 stars 19 forks source link

The text correction selection window is not displayed. #48

Open ledtreap opened 2 years ago

ledtreap commented 2 years ago

Hi. The text correction selection window is not displayed. Is there any way to add something like this to your program? For example, as in the desktop version for Windows. I found a working solution for android only in the ancient Boat Browser.

An example of how it works is on the photo. IMG_20211022_225130

sakusaku3939 commented 2 years ago

Hi. This app just uses WebView to display it, so it difficult to customize it that way...

r3d5ky commented 2 years ago

Hi. This app just uses WebView to display it, so it difficult to customize it that way...

Deepl enables this feature when you switch browser to desktop mode or if your browser returns actual resolution value of your screen (e.g. 1080x1920 instead of 412x732, which for example my browser returns by default on sites like whatismyscreenresolution.net). If you can trick webview somehow to change this return values, it would be great, cause I tried some methods to do this and they don't work for me. By the way, when I use app on the tablet, this feature is working.