From 9d693e08e2482536491b0efba3d0728aabc5fbab Mon Sep 17 00:00:00 2001 From: Final Class <57831537+final-class@users.noreply.github.com> Date: Sat, 23 Mar 2024 22:40:21 +0400 Subject: [PATCH] Add WebView Multiplatform Mobile (CustomTabs and Safari) --- README.MD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.MD b/README.MD index 8b3e212..8c75f49 100644 --- a/README.MD +++ b/README.MD @@ -877,6 +877,11 @@ your Compose apps. [![jitpack.io](https://jitpack.io/v/theapache64/rebugger.svg)](https://jitpack.io/#theapache64/rebugger) > A simple Compose library to print the reason for recomposition in your `Logcat` window. +[WebView Multiplatform Mobile (CustomTabs and Safari)](https://github.com/final-class/WebView-Multiplatform-Mobile) for Compose Multiplatform +[![GitHub Repo stars](https://img.shields.io/github/stars/final-class/WebView-Multiplatform-Mobile?style=flat)](https://github.com/final-class/WebView-Multiplatform-Mobile) +[![Maven Central](https://img.shields.io/maven-central/v/io.github.final-class/webview-multiplatform-mobile.svg)](https://central.sonatype.com/artifact/io.github.final-class/webview-multiplatform-mobile) +> WebView Multiplatform Mobile is a cross-platform library for embedding web content in Android and iOS apps. It utilizes CustomTabs for Android and SFSafariViewController for iOS, ensuring secure and fast web interaction with native UI and performance. + [Compose WebView Multiplatform](https://github.com/KevinnZou/compose-webview-multiplatform) WebView for Compose Multiplatform [![GitHub Repo stars](https://img.shields.io/github/stars/KevinnZou/compose-webview-multiplatform?style=flat)](https://github.com/KevinnZou/compose-webview-multiplatform) [![Maven Central](https://img.shields.io/maven-central/v/io.github.kevinnzou/compose-webview-multiplatform.svg)](https://search.maven.org/artifact/io.github.kevinnzou/compose-webview-multiplatform)