factomatic/kambani

IsKambaniInstalled doesn't seem to work

Closed this issue · 1 comments

Signing data works fine but IsKambaniInstalled doesn't seem to ever reply.

Test page I used:

<!DOCTYPE html>
<html><head></head><body>
<script type="application/javascript">
window.addEventListener("KambaniInstalled", event => {
    console.log("Kambani is installed")
});
window.addEventListener("load", event => {
    console.log(window.dispatchEvent(new CustomEvent("IsKambaniInstalled")));
    console.log("event sent");
});
</script>
</body></html>

The console displays:
image

Am I doing something wrong? I tried it with delays or using a manual button but haven't gotten it to work.

@sanchopansa let me know that the extension on the web store (0.1.3) is outdated. Building and using the latest version works. Closing issue.