Windows Phone 8 Ionic app navigation issue(Hybrid Application)

后端 未结 3 1861
感情败类
感情败类 2021-01-23 15:09

I am developing an hybrid app for Android and WP8 using Ionic. It works fine on Android platform but when I recently used this on WP8, its showing me

\"Y

3条回答
  •  没有蜡笔的小新
    2021-01-23 15:47

    In relation to this posting What is x-wmapp2 and x-wmapp1? it could also be diserable to have something like this:

    $compileProvider.aHrefSanitizationWhitelist( /^\s*(g?https?|ftp|mailto|tel|file|local|ms-appx|x-wmapp\d+):/ );
    

    Instead of only x-wmapp0 I am using x-wmapp\d+ in my regex.

提交回复
热议问题