even I tried it on my phone and its is also not accepting SDK files which is was in the past![]()
When i deployed the samples provided with SDK,I found that the display of simulator shows on "android " and nothing else.I didnt figure out any possible reason.Kindly tell me if you know![]()
even I tried it on my phone and its is also not accepting SDK files which is was in the past![]()
Where dynamic content is stripped out of some HTML calls in the local context using toStaticHTML. As described this is to protect the local context where the WinRT can be called from potentially unsafe code. As described in the first link, you have a couple options including using the web context if the code you're trying to add is untrusted, or if it is trusted, using one of the described methods.