We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82add04 commit fd464d4Copy full SHA for fd464d4
src/components/iframe/iframe.ts
@@ -99,7 +99,7 @@ export class CoreIframeComponent implements OnInit, OnChanges {
99
if (changes.src) {
100
const url = this.urlUtils.getYoutubeEmbedUrl(changes.src.currentValue) || changes.src.currentValue;
101
102
- if (this.platform.is('ios')) {
+ if (this.platform.is('ios') && !this.urlUtils.isLocalFileUrl(url)) {
103
// Save a "fake" cookie for the iframe's domain to fix a bug in WKWebView.
104
try {
105
const win = <WKWebViewCookiesWindow> window;
0 commit comments