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

Should touchscreen user-feature be non-required in manifest #838

Open
jozefchutka opened this issue Dec 21, 2023 · 0 comments
Open

Should touchscreen user-feature be non-required in manifest #838

jozefchutka opened this issue Dec 21, 2023 · 0 comments

Comments

@jozefchutka
Copy link

jozefchutka commented Dec 21, 2023

I have followed https://chromeos.dev/en/publish/pwa-in-play and wrapped wide.video PWA using bubblewrap init --manifest="https://wide.video/manifest.json" --chromeosonly. Which produces .apk (.aab) I use for submission to play console. The suspicious part is within play console where I can see my app is available on all 68! supported device models (Google Intel Jasper Lake Chromebook, HP Chromebook x2, Google Chromebox... just to name a few).

However, my app is not discoverable in Google Play from a chromebook, nor compatible with some Chromebooks.

I wonder if this has to do something with android.hardware.touchscreen as mentioned in:

I have requested Google for any insights as why my app is not compatible with any chromebook when trying to install while claiming compatible with all 68 when checking within play console.

Regarding bubblewrap, should <uses-feature android:name="android.hardware.touchscreen" android:required="false" /> feature be added into manifest when --chromeosonly was used?

@jozefchutka jozefchutka changed the title Should touchscreen be non-required in manifest Should touchscreen user-feature be non-required in manifest Dec 21, 2023
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

No branches or pull requests

1 participant