Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix JS compatibility issue for legacy browsers #537

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

mingaila
Copy link
Contributor

@mingaila mingaila commented Jun 12, 2024

This pull request addresses issues encountered in the Android node provider app when rendering dvpn-web within a WebView. The problem arises on older Android 9 and older due to certain code sections written using JavaScript ES6 syntax.

To resolve compatibility issues, this fix involves "downgrading" the affected code to ensure support for Chromium 66, thereby restoring functionality on devices using Android 9.

@mingaila mingaila removed the request for review from mdomasevicius June 12, 2024 13:55
@mingaila mingaila force-pushed the fix/legacy-browser-compatibility branch from 36aebfa to ad1695b Compare June 12, 2024 13:58
@mingaila mingaila merged commit 3fad7da into master Jun 12, 2024
4 checks passed
@mingaila mingaila deleted the fix/legacy-browser-compatibility branch June 12, 2024 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants