Chiken983
Results
1
comments of
Chiken983
This is still an issue as of July 2025. Edit: I have found a temporary fix: ```js listener = session.addListener("hceState", (eventData) => { console.log("HCE State Changed:", eventData); }); ... listener.remove();...