Open thirtyseven opened 14 years ago
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.
See #40.
By replying to these in mass, you do realize you've just sent hundreds of emails to watchers, right?
That's the idea. Hopefully that will save many people time filing more issues here :)
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.