Hello everyone,
I'm currently working on a project using B4A where I've set up a mini web server as well as the function to start a wifi AP.
My goal is to automatically prompt users to open a specific webpage as soon as they connect to the WiFi hotspot provided by the device.
I understand that this typically involves creating a sort of captive portal, where the device intercepts network requests and directs them to a predetermined page until the user completes a specific action (like logging in or accepting terms). However, I'm unsure how to handle the network configurations and DNS settings within B4A to achieve this.
BTW: I have root access on this device.
I'm currently working on a project using B4A where I've set up a mini web server as well as the function to start a wifi AP.
My goal is to automatically prompt users to open a specific webpage as soon as they connect to the WiFi hotspot provided by the device.
I understand that this typically involves creating a sort of captive portal, where the device intercepts network requests and directs them to a predetermined page until the user completes a specific action (like logging in or accepting terms). However, I'm unsure how to handle the network configurations and DNS settings within B4A to achieve this.
BTW: I have root access on this device.