You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
jozefchutka
changed the title
Should touchscreen be non-required in manifest
Should touchscreen user-feature be non-required in manifest
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?The text was updated successfully, but these errors were encountered: