Aleksey Mikhailov

Results 348 comments of Aleksey Mikhailov

hi! thanks. vector images issue here #29 , you can move your info about cyborg to this issue. but we have no plan to implement it in near future...maybe you...

ios by default returns key instead text if can't find this key in localization files. maybe build phase with copyFrameworkResourcesToApp is invalid, maybe this key not have value for your...

hi! we have not thought about such use-case, but thanks for the idea - we will implement it in the future

seems that all configured ok. can you show contents of compiled framework and app? run `ls -lR .` inside compiled app and compiled framework

in compiled app i see that bundle with resources exist and should correctly read. please try to configure reproducer from sample of moko-resources

@ptsiogas good point. i think it make sense. maybe we should extract parcelable logic in separated holder. it's not widely used feature as i think

it can be difficult to implement on ios side same logic...but i think we try

hi! for now `ScrollWidget` not have configuration of orientation (but we add it later. as part of this issue). about `CollectionWidget`: 1. collection widget on iOS now work not good...

@stevesoltys yes, it's available in maven - https://bintray.com/icerockdev/moko/moko-widgets/0.1.0-dev-19#files/dev%2Ficerock%2Fmoko%2Fwidgets-collection also you can use current development version (from develop branch) - it publish on maven too: https://bintray.com/icerockdev/moko-dev/moko-widgets https://bintray.com/icerockdev/plugins-dev/moko-widgets-generator and just set commit...

long click and swipe not implemented yet in common code. if you want it - implement your own widget, just like https://github.com/icerockdev/moko-widgets/blob/master/widgets/src/commonMain/kotlin/dev/icerock/moko/widgets/ClickableWidget.kt