-
Notifications
You must be signed in to change notification settings - Fork 4
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
Clarification around Web Bundles, WebViews, and MiniApps? #34
Comments
@QingAn Add some description on MiniApps using WebView |
Shameless plug for my article series on mini apps: web.dev/mini-apps. |
How MiniApps use WebViewMiniApp is a mobile application format, a hybrid solution that relies on Web technologies (especially CSS and JavaScript) and integrates with the capabilities of native apps. Usually, MiniApp runs inside a super app, which is a software platform that hosts and supports multiple MiniApps. In a MiniApp, the view layer is separated from the logic layer.
More info can be found in MiniApp Standardization White Paper. |
This doesn't fully align with adding a use-case, but there's a number of ongoing areas that seem closely related to WebViews and would be worth listing where we see WebViews differing from other standards and proposals. From what I've seen:
The text was updated successfully, but these errors were encountered: