This app makes it easy for you to scan the website QRCODE directly.
Support website JS, call BLE Bluetooth connection operation, call WiFi connection operation, call camera to read QRCODE.
JS operation instructions, add window.app before each instruction.
For example if(window.app)btIsConnect = window.app.btIsConnect();
1. BLE Bluetooth
2. WiFi
3. Tcp Socket
4. sms push short messages
appGetFcmSound();
appGetFcmVib();
appSetFcmSound(boolean bl);
appSetFcmVib(boolean bl);
appSetFcmCallBack(String funName);
All JS instructions Please refer to the website www.wnotice.com
Support website JS, call BLE Bluetooth connection operation, call WiFi connection operation, call camera to read QRCODE.
JS operation instructions, add window.app before each instruction.
For example if(window.app)btIsConnect = window.app.btIsConnect();
1. BLE Bluetooth
2. WiFi
3. Tcp Socket
4. sms push short messages
appGetFcmSound();
appGetFcmVib();
appSetFcmSound(boolean bl);
appSetFcmVib(boolean bl);
appSetFcmCallBack(String funName);
All JS instructions Please refer to the website www.wnotice.com
Show More