Questions tagged [android-chrome]

This tag refers to the Google Chrome browser version for the Android platform.

69 questions
0
votes
1 answer

Laravel redirect() method not working with Android google chrome

I am a backend developer having redirection issue with Android google chrome. The website i developed is integrated with a payment gateway. The process for payment is as follow:- 1- Payment order created on website DB. 2- API request sent to payment…
Q8root
  • 1,243
  • 3
  • 25
  • 48
0
votes
1 answer

jQuery AJAX call on chrome android - This site requires Javascript to work, please enable Javascript in your browser

I have implemented a login form which on submit calls jQuery AJAX call to an API to check authentication. This works fine on Chrome for PCs but doesn't work on chrome android. Instead, it returns this message: This site requires Javascript to work,…
Shivam Kumar
  • 120
  • 11
0
votes
2 answers

"404 error - File or Directory not found" error on mobile browser in ASP.NET MVC 5 with Web API

I am trying token-based authentication in ASP.NET MVC 5. Everything is working on a PC browser (Login page, Register page, Data page). Here is login script code