Android TV / tvOS scaling display inconsistency #19690
Labels
Platform: Android
Android applications.
Platform: tvOS
tvOS applications.
Stale
There has been a lack of activity on this issue and it may be closed soon.
Environment
Amazon Fire TV Stick (Fire OS 5.2.6.3 / Android 5.1.1 Lollipop - 1080p @ 60Hz)
Apple TV (4th gen - tvOS 11.4 - 1080p @ 60Hz)
Environment:
OS: macOS Sierra 10.12.6
Node: 8.1.2
Yarn: 1.7.0
npm: 5.6.0
Watchman: Not Found
Xcode: Xcode 9.2 Build version 9C40b
Android Studio: 2.3 AI-162.4069837
Packages: (wanted => installed)
react: 16.3.1 => 16.3.1
react-native: 0.55.4 => 0.55.4
Description
I've been following #16500 and finally had a chance to try it out. I built a pretty barebones app following these instructions and deployed to both an Apple TV and a Fire TV Stick. Below you can see photos of how my app looks on both devices.
Steps to Reproduce
Follow the instructions in #16500 and the React Native docs. Build and deploy to Apple TV and Fire TV Stick.
Expected Behavior
Both devices, when running at the same resolution (1080p @ 60Hz) should display the same.
Actual Behavior
On the Apple TV, everything looks perfect, but on the Fire TV Stick it looks like everything is super zoomed in and squished.
Apple TV:
Android TV / Fire TV:
Side Note: I followed the instructions from the docs and found one thing missing that was required for Amazon's Appstore to allow me to select a Fire TV as a target device. The following line needs to be added to your
AndroidManifest.xml
:You can find the relevant instructions in Amazon's documentation.
The text was updated successfully, but these errors were encountered: