mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00

* 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)
11 lines
171 B
HTML
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>
|