basics / nuxt-booster

nuxt-booster will help you to improve the lighthouse performance score (100/100) of your website. 🚀
https://basics.github.io/nuxt-booster/
MIT License
666 stars 32 forks source link

It's not available on Android browser, the page loads, and it doesn't seem like js is executing #1101

Open xuzhihui123 opened 3 months ago

xuzhihui123 commented 3 months ago

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

ThornWalli commented 3 months ago

Hello @xuzhihui123 ,

put the BoosterLayer into the layout to see where the problem occurs.

Execution is blocked if hardware or battery is not sufficient.

When “weak hardware” occurs, something seems to block the browser even without JS.

SohailYounas20 commented 2 months ago

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. To help further investigate, I created a new blank Nuxt project with the following setup:

Node Version: v20.16.0 Nuxt Version: 3.13.1 "nuxt-booster": "^3.1.5" I only installed the nuxt-booster module, and the @click function still don't work on Samsung's native browser.

This issue is coming on android version 13 and greater