mreall
mreall
I'm having the same problem as @hugops. Has anyone figured out a workaround?
Nativescript 7 no longer supports tns-core-modules, so this update is critical for anyone upgrading. @jibon57 is this fix on your radar? We appreciate the work you have put into it.
Considering how long this and other issues have been open with no feedback from @jibon57, I ultimately had to go with another plugin.
I only need images and videos right now, so I'm using @nativescript/imagepicker. But I may need to allow picking documents in the future, so I initially went with this plugin....
> Hi. In my case, I need to persist all keys, **except two**. As I couldn't find any documentation about it, I tried with the "reducer" function, like this: A...
I agree this functionality would be helpful. The behavior of a popup is slightly different than a dialog, so being able to manage when they can be closed provides more...
@jechazelle `v-for` automatically puts all refs in an array, so you don't need to manually add the `indexElement`. Try this: ``` ``` ``` methods : { onScroll(args) { // access...
Is there a plan to fix this bug?
> Same issue here. > issue resolved > https://stackoverflow.com/questions/56684341/how-to-stop-video-playing-in-background-nativescript-angular That resolution only works if the page component is aware of the video player component. If the video player is added...
@arpit2438735 I ended up running separate projects for my Vue and NativeScript apps. Ultimately I'm glad I did as there's enough customization required for each that trying to keep them...