Hey everyone
So last week i published my battery info module and it was all working correctly until thunkable V488/489 was released.
Somehow after this update passed the WebBridge received message event has stopped working as stated here.
The weird thing is this is only for this specific module and after debugging all i could find out was that it’s related to thunkable because the code works correctly.
The “getBatteryLevel” correctly sends the message and the code logged the correct result 95% in the console/alert.
But thunkable is not able to receive the message, the event never fires.
I compared an apk after the V488/489 release with the one before the v488/489 release and the apk from v488/489 does not work
This only happens on android and nowhere else.
Has anyone got an idea on how i can fix this?
module: Thunkable
project: Thunkable
Edit: I just figured out what the issue was with the latest Thunkable update it seems that The receive message event breaks when to many request get made at the same time.
I managed to create a temporary solution thanks to this.
@pettengilld32a1wqr (pinged you so you can keep track of the progress)