Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
keisuke-hama-adglobe-co-jp committed Sep 27, 2023
1 parent da0181c commit 6a1b61a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions sample2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<html>
<head>
<title>sample page</title>

<script>

function hoge() {
window.setTimeout(function() {
// alert('aaa');
window.flutter_inappwebview.callHandler('fuga', 'piyo');
}, 10000);
}

</script>
</head>
<body onload="hoge();">
</body>
</html>

0 comments on commit 6a1b61a

Please sign in to comment.