weolar / miniblink49

a lighter, faster browser kernel of blink to integrate HTML UI in your app. 一个小巧、轻量的浏览器内核,用来取代wke和libcef
Apache License 2.0
7.23k stars 1.09k forks source link

context menu localization 上下文菜單本地化 #487

Open mark-lobanov opened 3 years ago

mark-lobanov commented 3 years ago

Hello, How I can show context menu it in other language (in Ukrainian e.g. or English) ?

你好, 如何顯示其他語言(例如烏克蘭語或英語)的上下文菜單?

image

weolar commented 3 years ago

hi,next version, I implement this function.

mark-lobanov commented 3 years ago

Thanx a lot ))

weolar commented 3 years ago

https://github.com/weolar/miniblink49/releases/tag/2021.5.26 hi,try the version

mark-lobanov commented 3 years ago

Hi,

The new version is worse than previous one ((

My Delphi code is:

wkeSetLanguage(theWebView, 'uk-UA');
wkeLoadURL(theWebView, AUrl);

Url is in url.txt

With node.dll (miniblink_x64.dll) from release 20210324 all works fine (success_video) but with the same binaries and node.dll (miniblink_x64.dll) from release 20210526 an arror occured (error_video).

Look the success flow in success_auth_in_chrome.har reproduced in chrome browser.

BTW: The popup has become English despite of 'uk-UA' parameter in wkeSetLanguage. Is only English implemented now?

Test_case.zip

weolar commented 3 years ago

hi, look up dbgview.exe, what happened? BTW, it is english only now, I can add Ukrainian next version.

mark-lobanov commented 3 years ago

ERROR.LOG SUCCESS.LOG

mark-lobanov commented 3 years ago

Sorry, I don't understand what is the problem? 對不起,我不明白是什麼問題?

mark-lobanov commented 3 years ago

Can you help me? 你能幫助我嗎 ?

weolar commented 3 years ago

ok, let me try

mark-lobanov commented 3 years ago

Do you remember me? 你還記得我嗎?

mark-lobanov commented 2 years ago

on release 2021.12.20 the situation is the same 在 2021.12.20 版本上情況是一樣的 redirect does not work 重定向不起作用

mark-lobanov commented 2 years ago

will the redirect issue be fixed? 重定向問題會得到解決嗎?