forked from gree/unity-webview
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed SampleWebView.cs and related files to run the app also on android.
- Loading branch information
1 parent
54f729c
commit 87b6763
Showing
13 changed files
with
57 additions
and
292 deletions.
There are no files selected for viewing
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<title>Unity WebView</title> | ||
</head> | ||
<body> | ||
<h1>Hello Unity WebView!</h1> | ||
<hr/> | ||
<h2><a href="javascript:void(0)" onclick="Unity.call('anchor');">[Send Message!]</a><h2> | ||
<hr/> | ||
<form method="get" action="unity:form"> | ||
<input id="input1" type="text" value="hoge" name="msg"/> | ||
<input type="submit" value="Send Message!" onclick="Unity.call('form?msg=' + document.getElementById('input1').value); return false;"/> | ||
</form> | ||
</body> | ||
</html> |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
136 changes: 0 additions & 136 deletions
136
sample/Assets/WebPlayerTemplates/unity-webview/index.html
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
sample/Assets/WebPlayerTemplates/unity-webview/index.html.meta
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
sample/Assets/WebPlayerTemplates/unity-webview/sample.html
This file was deleted.
Oops, something went wrong.
Binary file not shown.
4 changes: 0 additions & 4 deletions
4
sample/Assets/WebPlayerTemplates/unity-webview/thumbnail.png.meta
This file was deleted.
Oops, something went wrong.
99 changes: 0 additions & 99 deletions
99
sample/Assets/WebPlayerTemplates/unity-webview/unity-webview.js
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
sample/Assets/WebPlayerTemplates/unity-webview/unity-webview.js.meta
This file was deleted.
Oops, something went wrong.