Mikejo5001 / ionic-sidemenu-vstools

Ionic SideMenu starter template for VS Tools for Apache Cordova
14 stars 11 forks source link

Angular links call Windows Store in Windows Universal 10 #1

Closed icaro56 closed 9 years ago

icaro56 commented 9 years ago

Go in config.xml and change target to 10.0 :

Now, run the emulator windows phone 10. When you to click on link that activate a route then the bug happens.

Do you help me?

windows10_angular_bug

icaro56 commented 9 years ago

I solved this problem adding this:

$compileProvider.aHrefSanitizationWhitelist(/^\s(https?|ftp|mailto|file|ghttps?|ms-appx|ms-appx-web|x-wmapp0):/); $compileProvider.imgSrcSanitizationWhitelist(/^\s(https?|ftp|file|ms-appx|ms-appx-web|x-wmapp0):|data:image\//);