Guest User

Untitled

a guest
Apr 19th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. var test = "<html><head><meta name='viewport' content='width=150, user-scalable=no'><style>* {margin:0;padding:0;}body {font-weight: normal;line-height:1.3;font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;background-color: transparent;font-size:12px; }</style></head><body><div><div style ="background:rgb(63, 63, 63);height:100%;padding:5px 5px 5px 30px;text-align:left;"><span style="color:#ffffff;font-family:'Open Sans', sans-serif;">The EU General Data Protection Regulation</span></div></div></body></html";
  2.  
  3. var webview = new WKWebView(new CGRect(10, 10, 150, 30), new WKWebViewConfiguration() { Preferences = new WKPreferences() { } });
  4. webview.LoadHtmlString(test, null);
  5.  
  6. View.AddSubview(webview);
Add Comment
Please, Sign In to add comment