Cordova 에서 외부 URL로 가려하니 다음과 같은 오류가 발생합니다.
Blocked (possibly sub-frame) navigation to non-allowed URL |
whitelist plugin이 깔려있는 상태여야 합니다.
cordova plugin add cordova-plugin-whitelist |
config.xml 에서 아래 구문을 추가해주면 외부 URL로 이동할 수 있습니다.
<allow-intent href="외부URL" /> <allow-navigation href="외부URL""/> |
'cordova' 카테고리의 다른 글
Error: Cannot find module 'android-versions' (0) | 2018.04.05 |
---|---|
You have not accepted the license agreements of the following SDK components (0) | 2018.04.05 |
Error: cordovaProject.projectConfig.getFileResources is not a function (0) | 2018.04.03 |
Error: cmd: Command failed with exit code 4294963238 Error output: (0) | 2018.01.15 |
Cordova - 가로모드, 세로모드 (0) | 2017.07.15 |
cordova 코도바 설치 (0) | 2017.06.14 |