Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

browser used in ios webview

Tags:

ios

webview

I want to know some answer about iOS webview.

  1. Which browser iOS use in their webview?
  2. Safari browser installed in iOS & webview browser (if safari) are same or there are difference?
  3. Is it possible to use installed safari browser inside webview? because my app working in safari browser but not working at webview. my iOS version 11.2 & iphone 7

  4. Suppose in my webview chrome used & I uninstalled chrome browser from phone then will my webview work or not? Last question is how can I check my webview browser version

Please help.

like image 707
Rejoanul Alam Avatar asked Oct 28 '25 03:10

Rejoanul Alam


1 Answers

Answer 1: - Safari on iOS Mac

Answer 2: - Similar i Would Say, You can open the page with specified url or if you set url to https://www.google.com/ then you can go anywhere.

Answer 3: - It already uses Safari

Answer 4: - It will work no worries.

If You want to use Wkwebview follow . Do not forget to connect delegate of web View with UiviewControllerenter image description heree

like image 165
Nishant Pathania Avatar answered Oct 29 '25 19:10

Nishant Pathania