MathJax rendering in Windows Phone WebView creates certification issue

I need to display math equations in a WebView using MathJax. WebView in the mobile version does not support mathjax, so I changed the webview user agent after these instructions .

Math equations display perfectly on my device (Lumia 820) when the application is built with a debug version. But when I try to publish the application to the Windows store, it says the following error message:

This API is not supported for this type of application - Api = UrlMkSetSessionOption. Module = urlmon.dll. File = DurbinWin.WindowsPhone.exe.

Is there a way to show mathjax that doesn't pose certification issues?

+4
source share

All Articles