AdguardTeam / AdguardBrowserExtension

AdGuard browser extension
https://adguard.com/
GNU General Public License v3.0
3.1k stars 331 forks source link

Kiwi browser compatibility issue #1934

Open Zero456s opened 2 years ago

Zero456s commented 2 years ago

kiwi browser is an app that can run extensions on Android,I am very happy that version 4.0 has implemented mobile views.However, the adguard extension is very poor on kiwi. The log recorder and the element shield cannot be used together normally, and there will always be an error. At first I thought it was a problem with kiwi. Maybe kiwi lacked some extension APIs. But I didn’t have this problem when using ublockorigin, which means that we can take the initiative to be compatible with kiwi.You can go to the play store to download kiwi browser to experience it

Birbber commented 2 years ago

@Zero456s As I can see there are some issues with filtering log. Thanks for pointing this out, will take a deep look into the issue. Can you explain what you mean by The log recorder and the element shield cannot be used together normally? What error can be seen? Screenshots would be helpful.

Zero456s commented 2 years ago

Kiwi does not support refreshing in the extension. Clicking the refresh action is invalid. You must return to the current tab to refresh the page, and then the extension will update the data itself.

result-2021-12-27-17-40-58 This is ublockorigin, you can see that it successfully identified m.dm530p.net, that is, the current page, element selection and normal use of the logger

I divide adguard errors into two types, the first result-2021-12-27-17-52-31 The current page of m.dm530p.net is recognized normally, the four options at the bottom are also displayed normally, and the element selector appears normally when clicking the first one.Click on the second logger window, find that m.dm530p.net cannot be recognized, return to the current tab and refresh the webpage, but there is no response.

The second is the wrong identification of the homepage path, that is, the new tab bar. It shows that the logger can be clicked, and other options are grayed out and cannot be clicked. Click the logger window, the displayed path is still the homepage path, return to execute refresh, and log data appears. I think this should also be a mistake.😂 result-2021-12-27-18-04-09