tvml Questions
5
Solved
I am developing an application for my AppleTV. The App will read movies from an online website that hasn't developed any API for this kind of thing.
I use XMLHTTPRequest to get the different URLs ...
Child asked 15/2, 2017 at 22:0
3
Solved
gulp-uglify is unable to uglify this piece of code:
var alertString = `<?xml version="1.0" encoding="UTF-8" ?>
<document>
<alertTemplate>
<title>${title}</title>
...
Parotitis asked 21/12, 2015 at 14:45
4
I have a TVML app working quite nicely now in the simulator. I've started with a menuBar template, and have used a stackTemplate as well as productTemplate. Everything is working just dandy in the ...
Noticeable asked 28/1, 2016 at 1:1
2
In my TVML app I am able to set font style properties such as font-size and font-weight using tv-text-style:none, however I am not able to set the font-family property, which seems to be ignored:
...
Sara asked 1/3, 2016 at 22:29
4
Solved
I'm exploring tvOS and I found that Apple offers nice set of templates written using TVML. I'd like to know if a tvOS app that utilises TVML templates can also use UIKit.
Can I mix UIKit and TVMLK...
3
Solved
I'm working with the tvOS beta 3 and trying to do some basic debugging on the tvml/tvjs side of things.
Messages logged via console.log(...) in my js files don't appear in the main Xcode output wi...
1
Is there a way to use custom fonts in an Apple tvOS TVML based application? I've tried the @font-face at-rule to no avail.
<document>
<head>
<style>
@font-face {
font-family: ...
3
Solved
Is it possible to load and use external javascript libraries for use on TVML Apple TV apps?
For example, can I load the Firebase js library and use it to fetch data? Or load lodash to use it's fun...
Conchoid asked 13/9, 2015 at 23:15
4
Does anyone know how to Dynamically generate a template in an apple tv app using TVJS/TVML? Basically I want to hit my API, get back an array of objects and then insert that data into my XML templa...
2
Solved
Having trouble using JSContext to pass a variable to a javascript function. The error says stringToSend is undefined:
func sendSomething(stringToSend : String) {
appController?.evaluateInJavaScri...
Perrins asked 7/1, 2016 at 21:46
1
Solved
A Note For Readers: This is a long question, but it needs a background to understand the question asked.
The color quantization technique is commonly used to get the dominant colors of an image.
O...
Ranchman asked 23/10, 2015 at 22:33
1
© 2022 - 2024 — McMap. All rights reserved.