-
When a user presses a button in my app, I would like to show an ad, and after the ad has completed continue with the action behind the button.
When I implement the SDK in a Swift application there is…
-
Hello, I see that your implementation is based on javascript running on a web view.
The problem is that web views (WK\* and UI*) are not available in tvOS .
Do you have any plans on dropping the dep…
-
Hello,
I trying to build my app using fastlane and circleci and getting a crash on expand_path inside the gym module.
Here's my fastline file:
``` ruby
fastlane_version "1.48.0"
platform :ios do
…
-
I'm coming across a couple of issues and just wanted to check before opening a PR. First when I run this within my tvml project I get
`TypeError: undefined is not an object (evaluating 'Object.proto…
-
Hai, any instructions on how to build this project?
ghost updated
8 years ago
-
### Problem
If Info.plist's UIMainStoryboardFile is set, the app happen to have 2 UIWindows in parallel.
Either one who is keyWindow gets focused.
Currently Kitchen holds its own UIWindow in private…
-
Ran a bot to check the current description of the libs against what we have and **158** updated their description.
Please check every lib that needs to be added to the whitelist, which means, the new…
-
I've been playing lately with getting React to work for building client/server apps for the new Apple TV so I'm opening this thread just to start the conversation around the issue in case other people…
-
This must be something to do with my setup but when I call Kitchen serve nothing gets displayed.
Here is what I get in the console:
```
App[13589:5955308] ITML : Unable to create elements for docume…
-
TVML should be dismissed when presented modally, and opening other TVML.
#### Current Behavior
I can present a TVML modally like this. (Thanks a lot @steve228uk !)
`Kitchen.serve(jsFile: "Sample.xml…