minSdkVersion >= 19
, compileSdk >= 34
, AGP version >= 7.3.0
(use Android Studio - Android Gradle plugin Upgrade Assistant for help), support for androidx
(see AndroidX Migration to migrate an existing app)--ios-language swift
, Xcode version >= 14.3
>= 14.3
Add zikzak_inappwebview
as a dependency in your pubspec.yaml file.
To make it work properly on the Web platform, you need to add the web_support.js
file inside the <head>
of your web/index.html
file:
<head>
<!-- ... -->
<script type="application/javascript" src="https://github.com/arrrrny/zikzak_inappwebview/raw/master/assets/packages/zikzak_inappwebview_web/assets/web/web_support.js" defer></script>
<!-- ... -->
</head>
Thanks goes to these wonderful people ✨✨:
This project follows the all-contributors specification. Contributions of any kind welcome!