Posts by DarK • 11 points
2 posts
-
0
votes1
answer330
viewsA: Jquery Ajax not working properly on Mobile Browser as well as Macos
The problem was related to the HTTPS protocol in the URL, for some reason the Mobile Browser is redirected to the http URL without SSL while the browser does not. This way the ajax could not return…
-
1
votes1
answer330
viewsQ: Jquery Ajax not working properly on Mobile Browser as well as Macos
The following code works perfectly in the Windows 10 Browser, but it doesn’t work in the Android/IOS mobile browser completely and in Macos gives a message telling the user that it is not working…