Peter Kanev
Peter Kanev
@martijnvm @plattysoft has this been addressed since?
Hey @EddyVerbruggen any idea if the plugin still works with the tns-core-modules changes after 4.0? No toasts seem to show, and I haven't had time to troubleshoot it.
@mhmo91 that will supposedly be the native behavior too.
@MrVonkey We'll take that into consideration, thanks for your feedback!
@MrVonkey the npm package `nativescript-android-utils` contains a custom implementation that has a 0-argument constructor, and should be sufficient to work around the generator limitations for the time being. Thanks for...
Is this related to #67 ?
@govi2010 is there related JavaScript/TypeScript code with your inquiry? I believe we went through the issue together on Slack, and figured out that **1)** The wrong method was being invoked,...
Inspecting computed Styles for the selected node (Elements tab) will be available immediately with the 3.1.0 release! Inline matches, Style matches, and Inherited Styles release - TBA.
@nerfpops I don't find this feature to have a straightforward implementation. Here's why: You'd have to generate additional metadata for the generated anonymous functions. Next step is figuring out how...
@NathanaelA while experimenting with the worker API, I too wished that I could pass just a string, but could not. In the end it all boils down to a string,...