Questions tagged [tvos14]
9 questions
2
votes
0 answers
Not able to open universal links on tvOS from a different app
I'm developing an app that will open another app using its universal link.
Here is my code:
Button(action: {
if let appURL = URL(string: "https://www.hotstar.com/us/123") {
UIApplication.shared.open(appURL) { success in
if…

murad
- 51
- 7
1
vote
0 answers
Numeric Keyboard Overlapping with Backspace Button in Apple TV Hebrew Application On Digit Entry Screen
We have developed an Apple TV application with a Hebrew (RTL layout) interface. The application utilizes a Swift-based Digit Entry view controller for pin entry. However, we are encountering an issue where the numeric keyboard numbers overlap with…

Ganesh Arumugam
- 11
- 1
1
vote
0 answers
OS14.5-tvOS- Rewind and Fast Forward by holding left/right remote button doesn't work
We found player rewind/fast forward issue after upgrading AppleTV device version to 14.5. We are using default TVOS AVPlayer to handle Rewind/Fast forward functionality.
Steps to Reproduce:
Open the tvOS app and play any video
After the video…

Han Wang
- 11
- 2
0
votes
0 answers
React Native Flatlist shows a blank space in tvOS
I'm trying to show a flatList in tvOS and when the flatlist is rendered it shows unwanted space at the top of the rendered items inside the flatlist. This issue is not happening in Android TV or Fire TV.
My code :

Kunal Joshi
- 61
- 6
0
votes
1 answer
NavigationLink button focusable override issue
I face an issue which stucks for days. I am createing a tvos application which reqiures a custome navigationlink(button), when I move the focus to the navigation item, it should scale a little bit, and also I need to change the parent's view…

Fred Guo
- 31
- 3
0
votes
1 answer
tvOS 14.3 UISearchController: How to locked in display
Short version, is there a way to make this 14.3 look
into this prior to 14.3
Long version,
In every OS iteration the look of the UISearchController is changing. Before it only change the keyboard portion but with 14.3 it changed that the keyboard…

killmyrene
- 21
- 1
0
votes
1 answer
Presenting UIViewController on half of screen on iOS 14
I've been using the following code snippet to achieve the effect of presenting a view controller on only half of the screen:
func showPlayerView() {
let controller = storyboard!.instantiateViewController(withIdentifier: "playerViewController")…

gkpln3
- 1,317
- 10
- 24
0
votes
1 answer
tvOS 14 - UISearchController dismissing the entire UITabController
I have been having several issues with the UISearchController since the first day, but I always managed to work around it. With tvOS 14 however, I have now a problem that I don't understand:
I present my tab controller
From one of the…

Matteo Gobbi
- 17,697
- 3
- 27
- 41
-3
votes
0 answers
Apple TV push notification from firebase not receiving
Apple TV push notification from firebase not receiving notification payloads but badges are showing on app icon

Alok Maurya
- 127
- 1
- 2
- 9