Skip to content

Commit

Permalink
[fix]: webviewInit postMessage add
Browse files Browse the repository at this point in the history
  • Loading branch information
VictoryJu committed Aug 29, 2024
1 parent 37f3ca0 commit ea94e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webview/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const showiOSInfo = (info: unknown) => {

export const webviewInit = () => {
if (window.webkit) {
window.webkit.messageHandlers.webviewInit.postMessage();
window.webkit.messageHandlers.webviewInit.postMessage('초기설정');
}
return;
};

0 comments on commit ea94e7e

Please sign in to comment.