Wilson Pinto
Wilson Pinto
I can confirm this bug, I will try to make a fix for it
> is there any ETA for this? Sorry I cannot promise, but I will give a check tomorrow afternoon
@mastermoo I could not found a solution that didn't affect others functions like drag or resize. The problem here is that the events are getting (europe/amsterdam)+2:00 timezone at April when...
@dongsik-yoo I don't think it solves the issue, I will try create a demo of the problem. Thanks
@efegure sorry I just end up to give up and continue the development with native code, maybe give a try to react native
> How we can fix these: > > 1. this can be fixed in `nativescript-vue` by a simple refactor > 2. this should be debugged further to see why `presentNativeScriptApp`...
For someone interested, we fixed this issue in this way: 1. create dynamic slug page [...slug].vue (https://content.nuxtjs.org/examples/navigation/use-route) ```javascript const { path } = useRoute(); const { data } = await...
hi @DanielRivers thank you for checking this. Due to security reasons in our company, we cannot access the public npm directly, and thus, we have custom properties for appointing always...
> @wilsonpinto as alternative / temporary fix you could serve the content with any other webserver, using OCI image (docker as example). or as you are on macOS you should...