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 94aa289 commit d233223Copy full SHA for d233223
src/shared/lib/postAppMessage.ts
@@ -41,12 +41,10 @@ const postAppMessage = (
41
return window.Android.showVideoUrl(message);
42
}
43
} else if (iphone !== null) {
44
- if (method !== 'showVideoUrl') {
45
- return window.webkit.messageHandlers.weski.postMessage({
46
- method: method,
47
- message: message,
48
- });
49
- }
+ return window.webkit.messageHandlers.weski.postMessage({
+ method: method,
+ message: message,
+ });
50
51
52
return callback(message);
0 commit comments