fork-maintainers / iceraven-browser

Iceraven Browser
4.78k stars 222 forks source link

Why can't accessibility work normally in Iceraven? #614

Open popyoung opened 1 year ago

popyoung commented 1 year ago

I have a personal app to manage my password. It uses ACTION_SET_TEXT to set text to the EditText. In other apps, it works well. But in Iceraven, nothing happens. I just wonder why and is there a solution?

seniordevel commented 1 year ago

I am not sure why it does not work. But in my opinion no other app should be allowed to manipulate a browser.

I think it is for safety and security reasons and should not be changed.

popyoung commented 1 year ago

But in my opinion no other app should be allowed to manipulate a browser.

I agree with that to some extent. But accessibility is designed to do these things. Although I have to admit it is abused on too many occasions.