У меня проблема location.href не работает.
IOS 5.0.1 cordova-plugin-inappbrowser 3.0.0 cordova-plugin-second-webview 2.11.4 cordova-plugin-whitelist 1.3.3
Confix. xml
<content src = "index.html" />
<access origin = "*" />
<allow-intent href = "http: // * / *" />
<allow-intent href = "https: // * / *" />
<allow-intent href = "tel: *" />
<allow-intent href = "sms: *" />
<allow-intent href = "mailto: *" />
<allow-intent href = "geo: *" />
<allow-intent href = "itms: *" />
<allow-intent href = "itms-apps: *" />
<allow-intent href = "kakaotalk: *" launch-external = "yes" />
<allow-navigation href = "http: // * / *" />
Для кнопок
http: // kpad ...
Откройте сервер по указанному выше адресу в веб-представлении и нажмите кнопку.
JS функция выполнена
location.href = "itms-apps: //itunes.apple.com/app/id35235 ..." по go по адресу
Очевидно, что это было в прошлом, но это не происходит внезапно.
Как открыть ссылку itunes?
Как я пытался: window.open (address, '_system' ); _blank et c ...