tvOSBrowser icon indicating copy to clipboard operation
tvOSBrowser copied to clipboard

tvOS Web Browser sample project (Private API)

Results 28 tvOSBrowser issues
Sort by recently updated
recently updated
newest added

The app crashes on an Apple TV 4K (1st gen) since the update to tvOS 16 as soon as you want to play a video. Before that it worked without...

I've extracted from TCA's [#1086](https://github.com/pointfreeco/swift-composable-architecture/issues/1086) the following minimal suite that doesn't pass when built in `Release` mode: ```swift import CasePaths import XCTest public enum RootAction: Equatable { case branch(BranchAction) //...

**Describe the bug** Configured default cascades appear to have no effect. **To Reproduce** Set default cascade to ['persist'] and persist a relation. **Expected behavior** Default cascade. __Originally posted by @RWOverdijk...

I'm getting this error after I've changed tvOS definitions in Availability.h Changed definitions: __TVOS_UNAVAILABLE**_NOTQUITE** __TVOS_PROHIBITED**_NOTQUITE** I'm using Xcode 11.6 (11E708)

I'm getting these errors when trying to build to an Apple TV 4K (2nd generation): Could not build module 'UIKit' API_AVAILABLE(ios(3.2)) __TVOS_PROHIBITED @interface UIDocumentInteractionController : NSObject

When i type my email and password, then click on the “login” button, my mail and password disappears and Discord says “wrong password or email”

I know this is not real project but consider that this small fix will make the life more easy to newbies and anyone not familiar with Availability.h vi or nano....

Improved cursor movement/handling, no lag anymore in movement when using the new AppleTV hardware. Also changed activation of cursor with a center-click (UIPressTypeSelect) on the trackpad. The UIPressTypeUpArrow did not...

Could you please elaborate on how to redefine __TVOS_UNAVAILABLE and __TVOS_PROHIBITED in Availability.h? I've located the Availability.h file but not sure what to change. I tried setting them to 'available'...

I need tabs to use this browser otherwise will be useless. Why we cannot open at least 5/10 tabs?