Recently, I've been intrigued by the ToDoMVC samples and decided to try porting them into a Windows 8 JS app. I thought it would be as simple as copying and pasting the code while making sure to reference the necessary WinJS libraries.
However, I soon realized that Microsoft's security principles regarding InnerHTML posed a challenge. In my search for a solution, I came across jQuery-Win8, which aimed to bypass this issue. Unfortunately, when attempting to implement this in examples using Angular and Backbone, I encountered an exception related to appendChild during app execution.
I have come across suggestions indicating that the app could still run despite this error if I choose to "Continue." However, hitting that button ultimately results in the application shutting down anyway.
If anyone has insights or advice on how to troubleshoot this issue and get the app up and running smoothly, I would greatly appreciate it.
Thank you.
UPDATE: Attached is a screenshot of the exception encountered in Visual Studio: https://i.sstatic.net/DOQl1.png