Light WebView For Android
Light Rhino
$0.0
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
10/21(2023) |
0.0 |
11/07(2024) |
0.0 |
Jump AssetStore
A lightweight webview implementation for android platform.Requires Android 5.0 (API level 21) or higher.Introducing a Lightweight Fullscreen WebView Solution for UnityOur Fullscreen WebView implementation is designed with developers in mind, offering a seamless way to display a single webpage within your Unity application. Whether you need to showcase an in-app activity or provide users with essential information on a rules page, our solution is here to simplify the process.Key Features:Minimalist Design: Our Fullscreen WebView keeps it simple. It features a discreet "close" button located in the top-left corner for easy navigation. While this button isn't customizable, it ensures that your users have a straightforward experience.Play Store Integration: Seamlessly integrate with the Google Play Store in select scenes. When your WebView page redirects to a market scheme URL, our solution automatically directs users to the correct target, enhancing user convenience.Experience the convenience and efficiency of our Lightweight Fullscreen WebView solution for your Unity projects. Streamline the presentation of web content within your app and improve user engagement effortlessly.Mode 1:Click the close button to instantly close the WebView.LightWebviewAndroid.instance.open("https://unity.com");Mode 2:The close button functions as a back button; click to navigate back. The WebView will automatically close when there is no previous page to go back to.LightWebviewAndroid.instance.open("https://unity.com", LightWebviewAndroid.CloseMode.back);