Hello,
I have an instant game in development and I have marked the game to use landscape mode in my fbapp-config.json file. When I test the game via the Messenger app on my iPhone, everything works as expected. However, when I try it in my browser (Chrome), it shows up in Portrait mode and there doesn't seem to be any way to change the orientation. Does anyone know if this is the expected behavior or am I missing something? I am using v6.2 API and below is my config:
{
"instant_games": {
"platform_version": "RICH_GAMEPLAY",
"orientation": "LANDSCAPE",
"navigation_menu_version": "NAV_FLOATING"
}
}
Thanks!