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
{{ message }}
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.
While testing my PWA on Android, I see that whenever I provide some value to the orientation attribute on the resulting manifest.json, the PWA doesn't use the device screen orientation (locked, or not), but it always uses the one provided into the manifest.json.
However, when preparing the manifest.json file manually (without this plugin), and leaving it without the orientation attribute, the PWA uses the screen orientation that the user selects on the OS.
I think it would be good if we could customize the plugin so that we can leave the manifest.json without this attribute.
Regards,
Franco
The text was updated successfully, but these errors were encountered:
While testing my PWA on Android, I see that whenever I provide some value to the orientation attribute on the resulting manifest.json, the PWA doesn't use the device screen orientation (locked, or not), but it always uses the one provided into the manifest.json.
However, when preparing the manifest.json file manually (without this plugin), and leaving it without the orientation attribute, the PWA uses the screen orientation that the user selects on the OS.
I think it would be good if we could customize the plugin so that we can leave the manifest.json without this attribute.
Regards,
Franco
The text was updated successfully, but these errors were encountered: