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 2fe0245 commit 5b4f2adCopy full SHA for 5b4f2ad
app/src/main/assets/demo.html
@@ -18,7 +18,7 @@
18
});
19
}, false);
20
21
- function toast(params = 'toast data') {
+ function toast(params) {
22
window.easyBridge.callHandler('toast', 'toast with:' + params + 'at ' + new Date().toLocaleString());
23
}
24
0 commit comments