Skip to content

Commit 5b4f2ad

Browse files
author
lemon
committed
update the demo.html,remove using the default params in script,as some low version android's webview doesn't support it
1 parent 2fe0245 commit 5b4f2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/assets/demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
});
1919
}, false);
2020

21-
function toast(params = 'toast data') {
21+
function toast(params) {
2222
window.easyBridge.callHandler('toast', 'toast with:' + params + 'at ' + new Date().toLocaleString());
2323
}
2424

0 commit comments

Comments
 (0)