I need to render mathematical equations in a WebView with the help of MathJax. WebView in mobile version doesn't support mathjax that's why I changed the user agent of the webview following this instructions.
Math equations are perfectly showed in my device(Lumia 820) when the app is built with debug version. But when I try to publish the app in windows store it says following error message:
This API is not supported for this application type - Api=UrlMkSetSessionOption. Module=urlmon.dll. File=DurbinWin.WindowsPhone.exe.
Is there any way to display mathjax that doesn't creates certification issues?