Compatibility/Mobile/Libraries: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 51: Line 51:
* "webkit will report a proper scrollTop() value on $('body') but will always be 0 on $('html') and FF will report a proper scrollTop() value on $('html') but will always be 0 on $('body')."
* "webkit will report a proper scrollTop() value on $('body') but will always be 0 on $('html') and FF will report a proper scrollTop() value on $('html') but will always be 0 on $('body')."
** https://github.com/madrobby/zepto/issues/392
** https://github.com/madrobby/zepto/issues/392
=== Sencha Touch ===
See https://bugzilla.mozilla.org/show_bug.cgi?id=895485

Revision as of 15:42, 5 November 2013

Mobile Frameworks and Libraries

This wiki exists to document some of the research that the Web Compat team is doing around compatibility with existing and new (mobile) libraries and frameworks (i.e., jQuery Mobile, Zepto). Feel free to add links to issues or bugs, or start a new section. The end goal is to document current compatibility with Firefox OS and Firefox for Android and advocate within Mozilla for fixes to libraries where compatibility can be improved upon.

The commitgrep tool may be useful in this line of research.

jQuery

jQuery Mobile

Zepto.js

  • "webkit will report a proper scrollTop() value on $('body') but will always be 0 on $('html') and FF will report a proper scrollTop() value on $('html') but will always be 0 on $('body')."

Sencha Touch

See https://bugzilla.mozilla.org/show_bug.cgi?id=895485