国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

html5 - There is a delay in the show method of webview in h5+
某草草
某草草 2017-05-18 10:51:36
0
1
1208



Click the button in Figure 1 and execute the following code to display the new webview:

        $('#w_menu').on('tap', function() {    
            if(window.plus){
                // 打開彈出層
                plus.webview.show(menuWebview,"slide-in-bottom",1500);
            }else{
                mui.alert("請在html5+引擎環(huán)境使用");
            }
            return;
        });

But after clicking the button in Figure 1, the webview in Figure 2 will appear after a delay. That is to say, after the tap event is executed, the show method of the webview is not executed immediately. Why is this?

某草草
某草草

reply all(1)
僅有的幸福

There is a delay in communication between webview and native.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template