-
Notifications
You must be signed in to change notification settings - Fork 34
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
It's not available on Android browser, the page loads, and it doesn't seem like js is executing #1101
Comments
Hello @xuzhihui123 , put the Execution is blocked if hardware or battery is not sufficient. When “weak hardware” occurs, something seems to block the browser even without JS. |
Hi, I am also experiencing this issue specifically on Samsung devices using the Samsung Browser. In my case, no JavaScript or click events are working on the Samsung Browser, while the app works fine on Chrome on the same device. The problem seems to be isolated to Samsung’s native browser, as I haven’t encountered it on other browsers like Chrome or Firefox. Node Version: v20.16.0 This issue is coming on android version 13 and greater |
Hello @xuzhihui123 @SohailYounas20, have an update on the topic, with a version for testing.
In this version there is a fallback, this consists of an element that triggers the initialization via css transition. The following setting must be made in the {
booster: {
experimental: {
fallbackInit: {
duration: 3000
}
}
}
} The duration should not be lower, as this could lead to negative performance values in the Lighthouse. |
It's not available on Android browser, the page loads, and it doesn't seem like js is executing。
System: Android 12 Protocol: HTTPS
UA: Mozilla/5.0 (Linux;Android 12;RKY-AN00
Build/HONORRKY-TN00;) AppleWebKit/537.36(KHTML.like Gecko) Version/4.0 Chrome/97.0.4692.98 Mobile
The text was updated successfully, but these errors were encountered: