flutter_inappwebview icon indicating copy to clipboard operation
flutter_inappwebview copied to clipboard

Client certificate from local storage

Open akioyamamoto1977 opened this issue 2 years ago • 0 comments

Added a feature to read a client certificate from local storage.

Connection with issue(s)

Resolve issue #1085

The original code supports only loading a client certificate in assets folder. This customization is to load from local storage tree if the certificate path begins with "/" (full path)

Testing and Review Notes

No screen shot, but only few lines added. Both localstorage and assets files are tested to be loaded as a client certificate

akioyamamoto1977 avatar Jul 02 '22 08:07 akioyamamoto1977