1, the table input, the border and the focus of its border to become transparent, at FF feasible, but Chrome will have the style, how to solve?
Workaround :border:none;outline:0;
2, the following code, CSS3 animation in the iphone can not run, why?
keyframes tad{0%{transform:scale (1);} 10%,20%{transform:scale (0.9) rotate (3reg);} .......}
workaround : rotate write scale before
3, scroll bar to the bottom, and then continue to slide, which is to trigger a method, code method:
Workaround :
Window.Scroll if scrolltop>$window. Height ()function() {}
4, using live () binding time did not respond, why?
workaround : live has been jquery removed in the new version, with bind or on
parsing : live is 1.8 useful before, live in 1.9 version replaced on() . $("body").on("click",".a",function(){alert()});used to assign later added elements to the binding event.
recommendation : When encountering new functions do not understand, first look at the API introduction.
5. TheiPhone iPad HTML5 Web page does not automatically play audio and video causes
2015.4.24 Mobile, chrome is not compatible or does not work with some specific issues