Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WebView Multiplatform Mobile (CustomTabs and Safari) #114

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down