kiwibrowser / android

This repository is archived, and is now transferred to https://github.com/kiwibrowser/src
https://kiwibrowser.com/
718 stars 74 forks source link

Unable to use extension which dynamically requests permission #275

Open sushantdhiman opened 10 months ago

sushantdhiman commented 10 months ago

I am trying to use this extension.

This extension dynamically request website permission through its options screen. But I get following error "Could not find an active window". I traced this error to chromium source to this line.

It seems like when this extension try to request website permission, permission system expects permission prompt window but Kiwi browser doesn't open any, hence this error.

Error