Cap-go / capacitor-inappbrowser

Capacitor plugin in app browser with urlChangeEvent
MIT License
57 stars 37 forks source link

Translation Error With Android #145

Closed gasci closed 5 days ago

gasci commented 2 weeks ago

Thank you for this great plugin and active maintenance.

I am getting this error when I try to translate a page via the plugin.

Screenshot 2024-06-12 at 10 45 01

The problem is visible only with Android, iOS system tool are able to translate this page.

What can be the reason for this error?

riderx commented 2 weeks ago

Thanks for the feedback did you tried to inspect it to see any error in the console ?

gasci commented 2 weeks ago

I am afraid that it fails without an error.

Screenshot 2024-06-14 at 09 52 28

riderx commented 2 weeks ago

You are inspecting the app, you need to inspect the plugin browser. And make sure you made it inspectable

gasci commented 2 weeks ago

Oops. You are right. We are having a different error here: Screenshot 2024-06-14 at 19 58 56

How can I make the logs more visible for you?

riderx commented 2 weeks ago

The bug is not linked to the plugin, it's an issue on IOS Safari view, i do nothing in the browser code itself

gasci commented 5 days ago

I confirm that starting from v6.0.24 translations on Android work well. Thank you @riderx