i'm going to use MQTT socket in a webview but this line not working
mqtt = new Paho.MQTT.Client(host,port,"client");
the code works fine in other browsers but not in webview. i've search for solution and someone said it's because local storage is disabled by default.
how can i enable it in b4a
mqtt = new Paho.MQTT.Client(host,port,"client");
the code works fine in other browsers but not in webview. i've search for solution and someone said it's because local storage is disabled by default.
how can i enable it in b4a