mobile-fu icon indicating copy to clipboard operation
mobile-fu copied to clipboard

force_mobile_format does not check for XHR requests

Open thirtyseven opened this issue 13 years ago • 3 comments

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.

thirtyseven avatar Jul 26 '10 22:07 thirtyseven