End mobile text box results in fixed or absolute positioning button is on top of the phone keypad to problems getting the focus

var win_h = $(window).height();//关键代码
window.addEventListener('resize', function () {
    if($(window).height() < win_h){
        $('.share-btn-box').hide();
    }else{
        $('.share-btn-box').show();
    }
});

 

Guess you like

Origin www.cnblogs.com/ivan5277/p/11247314.html