Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ekos/5180fa378012c266bff471749f18f0fb to your computer and use it in GitHub Desktop.
Save ekos/5180fa378012c266bff471749f18f0fb to your computer and use it in GitHub Desktop.
/*
省略
*/
//JavaScript内でアクセスしに行くドメインを定義
String domain = "http://test.ekos.biz/";
//第1引数のbaseUrlにドメインを指定
webview.loadDataWithBaseURL( domain , htmlString, "text/html", "UTF-8", null );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment