Closed ZengYJ closed 7 years ago
Can you send a screenshot of what you'd like to disable?
I think he was referring to this one:
It appears if the device bluetooth is turned off.
I think you'll need to edit the source and add CBCentralManagerOptionShowPowerAlertKey get rid of this dialog. Try adding it here.
See a similar solution @H0rst has for another one of my Bluetooth plugins https://github.com/don/cordova-plugin-ble-central/issues/174#issuecomment-179775652
In cordova-plugin-bluetoothle ,when initializing the bluetooth, a param such as {request:false} is used to disable the tip of authority request. How can I get the same function like in cordova-plugin-bluetoothle?
Thank you.