apptreesoftware / flutter_webview

An embeddable webView plugin for flutter.
MIT License
113 stars 31 forks source link

Feature request: Support for iOS WKWebView #6

Open billylo1 opened 6 years ago

billylo1 commented 6 years ago

Have a couple of suggestions...

  1. JavaScript injection support would be very helpful.
  2. WKWebView implementation option would be nice because UIWebView is going away on iOS.

thx for making this available to us. Billy

ryanhz commented 5 years ago

Suddenly apple send message regarding the app: ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documentation/uikit/uiwebview for more information.

nathansbird commented 4 years ago

This is a significant issue. As of April 2020, Apple is no accepting App Store submission for apps with the UIWebView API. This package is unusable on iOS.

azaman2204 commented 4 years ago

Any update on using WKWebView since now Apple is rejecting App Store submission with UIWebView.

matthewtsmith commented 4 years ago

I don’t plan on updating this library. There are many alternatives including the flutter community supported plugin

I recommend switching to one of the alternatives.

azaman2204 commented 4 years ago

Noted with thanks @matthewtsmith . Was using the flutter_webview plugins which uses your plugins library :) Shall explore further.