kotlin-wasm-examples icon indicating copy to clipboard operation
kotlin-wasm-examples copied to clipboard

Examples with Kotlin/Wasm

Results 27 kotlin-wasm-examples issues
Sort by recently updated
recently updated
newest added

compose.wasm.version.1.9.x=1.6.1 ![image](https://github.com/Kotlin/kotlin-wasm-examples/assets/13035957/37c6df44-3e34-4db0-8929-b12a756d1740) compose.wasm.version.1.9.x=1.6.0 this page canvas not overfill browser

I'm trying the online demo at https://zal.im/wasm/jetsnack/ on a Linux Mint system running Chrome Version 119.0.6045.105 (Official Build) (64-bit). The page renders, but I am unable to drag the out...

Input layout unable to past just copy OutlinedTextField( modifier = Modifier.padding(start = 10.dp), value = templateData.customerName, onValueChange = { templateData.customerName = it formatResult() }, label = { Text("Customer") } )

[https://zal.im/wasm/iv/](https://zal.im/wasm/iv/ )

Is there any way to insert HTML5 native code in Compose in web environment like AndroidView() in Android?

it works fine if i use mouse wheel for scroll. im using firefox 124 with wayland. confirmed scroll by touch is working in another wasm ui project demo, so it...

How to reproduce: Browser: Android Chrome 120.0.6099.230 Open https://zal.im/wasm/jetsnack/ in portrait mode: ![image](https://github.com/Kotlin/kotlin-wasm-examples/assets/8456072/7692a180-c2cc-4d15-a42d-20906501ca04) Issue 1: Top of the UI is missing (note missing "Android's picks" section) Issue 2: UI is...

I add at index.html, bottom list touch not move at android mobile. ![Screenshot_20240121_171645_Chrome](https://github.com/Kotlin/kotlin-wasm-examples/assets/13035957/9379fe95-a73c-456b-b274-31396c66dfba)