While using the fullscreen api in Android, I noticed that the values of meta viewport attributes like initial-scale and user-scalable are not reflected in the browser when in full screen mode. However, when not in full screen mode, these values work as expected. You can test this by accessing the MDN Fullscreen API example from a mobile browser.
I have not come across any documentation stating that the meta viewport is disabled in fullscreen mode on Android. Could it be a mistake on my end or simply undocumented? Additionally, pinch and zoom functionality seems to be disabled in fullscreen.
I reported this issue on GitHub but unfortunately received no resolution. I am curious if there are alternative solutions available to address this problem.