Software Archive
Read-only legacy content
17061 Discussions

XLint Problem with HTML app

Caileigh_M_
Beginner
251 Views

I am having a XLint problem with the code I wrote where the tag "template" is not supported. How can I get the app to run when I am using templates with my html code? I also am not sure whether or not I correctly imported the code.

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
251 Views

XLint does not prevent your code from running, it is simply a tool for locating possible issues. Whether or not the <template> tag will work depends on the target device, the XDK has no say in the behavior of the target device. For Android devices, I recommend you restrict yourself to using Android 4.4+ devices or make sure the "optimize with Crosswalk" is checked if you wish to also include 4.0-4.3 devices. I believe it is support on iOS 9 and 10, but you'll have to build an app and test to confirm. I do not believe it is supported on Windows devices. Ultimately, to be sure, you'll have to build and test on some real devices.

0 Kudos
Reply