orientation : make landscape only available for tvOs

I have a config which looks like this 

orientation = { default = "portrait", supported = { "portrait","portraitUpsideDown"},},

I only want portrait available for iOS/android. Is it possible to specify if TvOs then landscapeLeft and landscapeRight are supported as these are required for tvOS?

Thanks.

Corona only supports one orientation table for the entire app, not a per device/os setup.

Rob

Corona only supports one orientation table for the entire app, not a per device/os setup.

Rob