You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using has_mobile_fu true to force requests to be mobile, XMLHttpRequests are included, which breaks AJAX. While this is in line with the documentation, I found it to be rather unexpected, since this mode is meant to be used during testing, when you likely will also be using AJAX requests.
This behavior should be easy to change and would make mobile_fu more useful.
The text was updated successfully, but these errors were encountered:
This project is abandoned. Please see the active fork at http://github.com/benlangfeld/mobile-fu. Please test with the released gem and master branch of the new home for the project, and file an issue on the other repo if you still have problems.
When using
has_mobile_fu true
to force requests to be mobile,XMLHttpRequests
are included, which breaks AJAX. While this is in line with the documentation, I found it to be rather unexpected, since this mode is meant to be used during testing, when you likely will also be using AJAX requests.This behavior should be easy to change and would make mobile_fu more useful.
The text was updated successfully, but these errors were encountered: