Search code examples
angularjswindows-phonephonegap-build

Angular Phonegap windows phone


I'm getting "Search for an app in the app store?" when clicking on ng-hrefs.

I've tried $compileProvider.aHrefSanitizationWhitelist(/^\s*(https?|ftp|mailto|file|tel):/);

but no success.


Solution

  • According to this post

    http://www.stephenpauladams.com/articles/angularjs-cordova-windows-phone-quirk/

    AngularJS and Windows 8 route error

    windows phone appends ms-appx.. lol so this is what you do

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