hotwired/turbo-android

Browser version not supported error with new Rails

Closed this issue · 1 comments

Rails added this feature which will block all unsupported browsers but this also is blocking the requests from turbo android apps
The only way I was able to get my android app the load the rails app was by commenting out the following line in the application controller
allow_browser versions: :modern

Screenshot 2024-11-10 104251
Screenshot 2024-11-10 104233

It's blocking this request but the device is running an older version of Chrome. I'd recommend updating the emulator to a more recent version of Android or modifying allow_browser to better fit your needs.