Currently working on a web application that requires the user to enable their Bluetooth connection once the app is loaded. I plan to implement a pop-up message asking the user to turn on their Bluetooth, and if they click "OK", their Bluetooth will be activated automatically. If they choose not to enable it, the web app will close. I will achieve this functionality using JavaScript. Appreciate any help or guidance in advance!