Created
April 25, 2017 06:56
-
-
Save ekos/5180fa378012c266bff471749f18f0fb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
省略 | |
*/ | |
//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