2015.4.24 Mobile, chrome is not compatible or does not work with some specific issues

Source: Internet
Author: User

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.