Files
NativeScript/tests/app/ui/web-view/test with spaces.html
Eddy Verbruggen f399f6c62b Ability to load local files in a WebView on iOS devices (#4444)
* Ability to load local files in a WebView on iOS devices

* Ability to load local files in a WebView on iOS devices (removed doc-comments in test)
2017-06-28 11:00:02 +03:00

11 lines
171 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>MyTitle</title>
<meta charset="utf-8" />
</head>
<body>
<span style="color:red">TestÖ with Spaces</span>
</body>
</html>