File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
sample/shared/src/commonMain/kotlin/com/kevinnzou/sample Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,12 @@ import kotlinx.coroutines.flow.filter
4242
4343/* *
4444 * Created By Kevin Zou On 2023/9/8
45+ *
46+ * Basic Sample of WebView
47+ *
48+ * Note: Developers targeting the Desktop platform should refer to
49+ * [README.desktop.md](https://github.com/KevinnZou/compose-webview-multiplatform/blob/main/README.desktop.md)
50+ * for setup instructions first.
4551 */
4652@Composable
4753internal fun BasicWebViewSample () {
Original file line number Diff line number Diff line change @@ -30,6 +30,12 @@ import kotlinx.coroutines.flow.filter
3030
3131/* *
3232 * Created By Kevin Zou On 2023/9/8
33+ *
34+ * Basic Sample for loading Html in WebView
35+ *
36+ * Note: Developers targeting the Desktop platform should refer to
37+ * [README.desktop.md](https://github.com/KevinnZou/compose-webview-multiplatform/blob/main/README.desktop.md)
38+ * for setup instructions first.
3339 */
3440@Composable
3541internal fun BasicWebViewWithHTMLSample () {
You can’t perform that action at this time.
0 commit comments