91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

開發安卓-android使用webview加載網頁無法使用js的問題

發布時間:2020-06-01 17:46:11 來源:網絡 閱讀:4498 作者:jiyue0520_624 欄目:移動開發

公司最近使用android打包html5的app應用,直接解決了瀏覽器打開的問題

protected void onCreate(Bundle savedInstanceState) {        super.onCreate(savedInstanceState);         WebView webView=new WebView(this);
        webView.loadUrl("http://bmwcar.61tg.com/);	//多加上這句話就可以了
        webView.setWebViewClient(new MyWebViewClient());

     }

使用時發現所有的js都無法使用來,找來半天終于知道問題在哪里了,使用webview默認是吧js關閉的,因此是不會執行js代碼的,這個時候只需要加上一句話就夠了



webView.getSettings().setJavaScriptEnabled(true);//支持js

是的,這句話就夠了,true表示支持js false表示不支持js,默認是不支持的,圖樣啊


完整代碼如下:


package activity.ysmall.cc.ysmall;import android.support.v7.app.ActionBarActivity;import android.os.Bundle;import android.view.Menu;import android.view.MenuItem;import android.webkit.WebView;public class MainActivity extends ActionBarActivity {    @Override    protected void onCreate(Bundle savedInstanceState) {        super.onCreate(savedInstanceState);
         WebView webView=new WebView(this);
        webView.getSettings().setJavaScriptEnabled(true);//支持js        webView.loadUrl("http://www.ysmall.cc/mobile");
        webView.setWebViewClient(new MyWebViewClient());


    }    @Override    public boolean onCreateOptionsMenu(Menu menu) {        // Inflate the menu; this adds items to the action bar if it is present.        getMenuInflater().inflate(R.menu.menu_main, menu);        return true;
    }    @Override    public boolean onOptionsItemSelected(MenuItem item) {        // Handle action bar item clicks here. The action bar will        // automatically handle clicks on the Home/Up button, so long        // as you specify a parent activity in AndroidManifest.xml.        int id = item.getItemId();        //noinspection SimplifiableIfStatement        if (id == R.id.action_settings) {            return true;
        }        return super.onOptionsItemSelected(item);
    }
}

bingo,看來還有好多要學的

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

资兴市| 云浮市| 夏邑县| 周宁县| 庐江县| 陇西县| 鄂伦春自治旗| 平塘县| 赤城县| 讷河市| 荣昌县| 纳雍县| 车险| 秀山| 无极县| 阜康市| 湟中县| 班戈县| 陇西县| 益阳市| 平潭县| 游戏| 谷城县| 沈阳市| 凌源市| 成都市| 文化| 桃源县| 石泉县| 佳木斯市| 长泰县| 永平县| 芷江| 正镶白旗| 惠安县| 安丘市| 湟源县| 宁夏| 大悟县| 阿鲁科尔沁旗| 商洛市|