WebView-CG / usage-and-challenges

Documenting usage scenarios for WebView and the challenges they create
https://webview-cg.github.io/usage-and-challenges/
Other
12 stars 4 forks source link

Clarification around Web Bundles, WebViews, and MiniApps? #34

Open aluhrs13 opened 2 years ago

aluhrs13 commented 2 years ago

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:

QingAn commented 2 years ago

@QingAn Add some description on MiniApps using WebView

tomayac commented 2 years ago

Shameless plug for my article series on mini apps: web.dev/mini-apps.

QingAn commented 1 year ago

How MiniApps use WebView

MiniApp 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.