abangkis
abangkis
I have a similar requirements. But in the root html tag. ``` ``` need a custom namespace for xmlns:t and xmlns:p I tried putting it as an attribute, but it...
Okay for now i'm using a workaround by using String.replace to replace the xmlns to xmlns:t.
Hi @kirtan403, thanks for the reply. I don't do any fragment transaction, i use google maps in that activity though. I refactor my code to this and the problem still...
Hi, I've created a sample repo for this. It's not reproducible yet. 2 things that i haven't implement from the original project. 1. I'm using koin dependency injection 2. I'm...
Hi, I just pushed a reproducible code to the repo. To reproduce just uncomment the getLastLocation function in OurMapFragment or BwMapFragment3 class
I followed the Kotlin/JS bar chart guide but it just didn't work out for me. Somehow the only package that is detected is import io.data2viz.geom.size. Althought I inlcude the viz...
Thanks for the quick response. Finally I'm able to complete the tutorial. 👍