Prevent links in iframe to navigate/takeover cordova webview, especially in ios
问题 I have Cordova application which displays external content with iframe (youtube embedded video in that case) When clicking links inside the iframe (like the youtube logo), The whole webview is navigated to the youtube website, not just the iframe. (without ability to go back, you need to kill the app), the behaviour i want to prevent. On android, the cordova plugin api exposes onOverrideUrlLoading method, which should be able to block unwanted navigations. (have't tested it myself yet) I