Post

Replies

Boosts

Views

Activity

Reply to An issue where content using wkwebview appears small intermittently
It's a code for the process of floating a web view override func viewDidLoad() {     super.viewDidLoad()     guard let siteUrl = self.siteUrl else {       self.dismiss(animated: true, completion: nil)       return     }     let url = URL(string: siteUrl)     var request = URLRequest(url: url!)     self.webView.configuration.preferences.javaScriptEnabled = true     self.webView.scrollView.delegate = self     self.webView.allowsLinkPreview = false     self.webView.load(request) }
Topic: Safari & Web SubTopic: General Tags:
Nov ’22
Reply to An issue where content using wkwebview appears small intermittently
I just put up a web view! It is a web app created using 'reactjs'.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’22
Reply to An issue where content using wkwebview appears small intermittently
It's a code for the process of floating a web view override func viewDidLoad() {     super.viewDidLoad()     guard let siteUrl = self.siteUrl else {       self.dismiss(animated: true, completion: nil)       return     }     let url = URL(string: siteUrl)     var request = URLRequest(url: url!)     self.webView.configuration.preferences.javaScriptEnabled = true     self.webView.scrollView.delegate = self     self.webView.allowsLinkPreview = false     self.webView.load(request) }
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’22
Reply to An issue where content using wkwebview appears small intermittently
I just put up a web view. Webview was created using reactjs. The code to manipulate the web view is as follows.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’22
Reply to An issue where content using wkwebview appears small intermittently
I only use wkwebview to display webview It was created using reactjs
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’22