Gamadril

Results 19 comments of Gamadril

thanks for clarification, but in the text above are only model and views, where is the controller? Is it might be "the click handler" in `2) A click handler on...

Is multiplattform support working in the meantime? I need to modify Kotlin code before compilation only for android and iOS targets leaving the JVM as it is. Is it possible...

I'm quite new to kotlin and cannot tell much about the best way to do it. However I found that article quite informative: https://phauer.com/2018/best-practices-unit-testing-kotlin/ In general it should work like...

What about generating docs from source code? I looked into some files and couldn't find a line of comment describing the API or internal functions.

Thanks, such a short description would be enough. In Adnroid Studio after the sync I get an error form Java Compiler "WARNING: Unsupported Kotlin plugin version.", but the app seems...

That looks better. I can build and run it on iOS, too.

Is anyone from developers is going to fix it? Two years later there is still no way to embed the NativeScript Runtime safely in an existing app... Since NativeScript/ios-metadata-generator-nclang.git seems...

> It actually should be possible to switch to ES6 support now with the only drawback that you'll have to do [this trick](https://github.com/NativeScript/ios-runtime/issues/818#issuecomment-425395591) whenever you need to extend a native...

@NathanaelA: thanks, got it. TS notation confused me... Got it working that way in ES6: ``` const UITextFieldDelegateImpl = NSObject.extend({ ... }, { protocols: [UITextFieldDelegate] }); UITextFieldDelegateImpl.initWithOwner = function(owner) {...

sadly it doesn't help