generated from JetBrains/compose-multiplatform-template
-
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
Feature request: WASM Map onClick #17
Comments
@Shusshu here is how I handled this:
This is likely not ideal as I am not very experienced with Kotlin-JS interop, but it works. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm trying add markers on the map and having callback into the kotlin code
https://github.com/ShreyashKore/wonderous_compose/blob/main/composeApp/src/wasmJsMain/kotlin/leaflet/leaflet.kt#L27
Would you know how to get the coordinate back to kotlin code?
The text was updated successfully, but these errors were encountered: