小程序
1.視頻標(biāo)簽優(yōu)先級(jí)最高無(wú)法覆蓋
2.單選框多選框無(wú)法設(shè)置大小????transform:scale(.7) 或者zoom:80%;
3.view 標(biāo)簽?zāi)J(rèn)間距??line-height: 1;
1.移動(dòng)端div不能p等標(biāo)簽不能綁定點(diǎn)擊事件:解決方案 hover變小手
2.與安卓交互,app外鏈echart圖標(biāo)。js代碼用let聲明在oppo r9 中報(bào)錯(cuò)。
3.ios8及以下用事件委托方式 或者 function test(){};
4.安卓ios嵌入h5網(wǎng)頁(yè)的時(shí)候,H5發(fā)起ajax 安卓識(shí)別http和https? IOS只識(shí)別https
安卓呼出鍵盤(pán)打亂布局問(wèn)題
var winHeight = $(window).height(); //獲取當(dāng)前頁(yè)面高度
? ? ? ? $(window).resize(function () {
? ? ? ? ? ? var thisHeight = $(this).height();
? ? ? ? ? ? if ( winHeight - thisHeight > 140 ) {
? ? ? ? ? ? ? ? $('.go_buy').css('margin-bottom','-5rem');
? ? ? ? ? ? } else {
? ? ? ? ? ? ? ? $('.go_buy').css({'position':'fixed','bottom':'5%','margin-bottom':'0'});
? ? ? ? ? ? }
? ? ? ? })