Hello everyone, I have a doubt and a questiion about an issue, here is my situation, I have made a custom hotspot, okay, I wrote using html + css + jquery/javascript(Nothing does crazy stuff just for post without refresh and for a little animation, fine), when I conect with my mikrotik in the wifi the mobile device “automaticaly call” my login page to do the authentication process, I want to stop that, do not open automaticaly, I really want they only conect to my network and then go to the browser and try to reach some url and here they call my hotspot, because in the window that appears just after conect my hotspot page or are not displayed at all or load with a bunch of weird behaviour, that I think could be because javascript are not being loaded or are no capable to in this particular window, anyone can help me with this?
heres my scenery step by step and what I want to do:
Actual Situation
1)Conect to my network(regular wifi)
2)Calling the autentication automaticaly(after conected should be load a page) //Wrong behaviour to me, some user get stocked at this blank window without how to do
3)User goes to navigator and try to go to some url //this step never came, they are in step 2
4)Now the autentication page show //never too
5) Internet is free to go //never happened
And now this is what I want to achieve
Perfect Situation
1)Conect to my network(regular wifi)
2)Dont, dont call the autentication automaticaly
3)User goes to navigator and try to go to some url
4)Now the autentication page show
5) Internet is free to go