AP with Captive Portal

Hi, just tried to Setup a Captive portal for the MKR Wifi 1010 - UBLOX NINA W10 module.
it annoyed me that the AP is easy setup, but there is no easy connect without checking the host IP and landing page.

I use DNS re-direction to for mobile phones to goto a Captive portal page to 'sign in'.
It works quote ok, take a look at my project code :

https://create.arduino.cc/projecthub/voske65/captive-portal-for-wifi-ap-a14155?ref=user&ref_id=191461&offset=0

For some phones it works (Android / samsing with Firefox and chrome)
However i'm stuck to get the OS to understand it should move to the next landing page.

  • Does it needs other DNS re-direction?
  • Does it need other web-request re-direction?
  • Is this different per OS and per used browser ?

I looked at the ESP32 DNS-server Githubm it looks it has better libraries, but wifiNina.h does not support this part of the Wifi-module.