PHondogo
07/23/2025, 10:39 AMTypeError: this._this__u8e3s4__1.get_nativeClipboard_65sjti_k$().read is not a function
It would be nice to have fallback logic for unsupported feature. For example, not shownig context menu.PHondogo
07/23/2025, 11:38 AMPHondogo
07/23/2025, 12:16 PMRok Oblak
07/26/2025, 6:46 AMRok Oblak
07/28/2025, 6:28 PMAlex Styl
07/29/2025, 1:26 AMjsBrowserDistribution
or jsBrowserDevelopmentExecutableDistribution
and it outputs a composeApp.js
file, but no index or skiko etc.
any ideas how to debug this?Alex Styl
07/30/2025, 11:11 AMHenry
08/01/2025, 7:53 PMJoel Denke
08/04/2025, 12:55 PMSlackbot
08/05/2025, 5:38 AMRobert Jaros
08/08/2025, 1:43 PMRobert Jaros
08/09/2025, 9:13 AMPHondogo
08/15/2025, 8:16 AMMichael Paus
08/15/2025, 1:40 PMCarter
08/19/2025, 11:57 AMKonstantin Tskhovrebov
08/19/2025, 12:41 PMPedro Lamarão
08/20/2025, 8:58 PMkotlinx-html
to dynamically add code, but have not succeed to display the button this way. Is there a known path to integrate "Sign in with Google" with a Compose for Web application?Tanish Azad
08/21/2025, 4:02 AMVladimir Vainer
08/21/2025, 1:25 PMMario Andhika
08/25/2025, 7:59 AMSudarshan
08/26/2025, 9:39 AMLucas
08/26/2025, 11:00 AMAlex Styl
08/27/2025, 9:10 AMUnable to make field private long java.lang.ref.SoftReference.timestamp accessible: module java.base does not "opens java.lang.ref" to unnamed module @e4e4f1
Alex Styl
08/27/2025, 9:55 AMFunction 'ComposeViewport' can not be called: No function found for symbol
? in 1.9.0-beta03Rok Oblak
09/09/2025, 11:59 AMHTMLView
fom here to WebElementView
with 1.9.0-rc-01.
However, now my markers aren't showing on the correct position when I click on a map. It is "kind of close", but not quite. When panning the map, the marker is pinned to the same geolocation, but when zooming, it moves up and down.
(Code in thread - so even when markerPos does not change, it appears to float up and down as I zoom in and out)
Any ideas why?Tanish Azad
09/09/2025, 7:35 PMHyeonBae Ji
09/11/2025, 2:23 PMmartmists
09/16/2025, 1:18 AMenum class FakeApp(val title: String, val icon: @Composable () -> Unit, val content: @Composable () -> Unit) {
SYSTEM_INFO("System Info", ::SystemInfoIcon, ::SystemInfoApp),
ABOUT_ME("About Me", ::AboutIcon, ::AboutApp),
;
}
results in
Reference to function 'SystemInfoIcon' can not be evaluated: The call site provides 1 more value argument(s) than the function expects
IrLinkageError: Reference to function 'SystemInfoIcon' can not be evaluated: The call site provides 1 more value argument(s) than the function expects
How do I fix this?maarten ha
09/16/2025, 5:07 AM