Juan de Dios Martínez Vallejo
Juan de Dios Martínez Vallejo
@sebj54 It seems to me a good flow for the documents, install nativescript, launch ns doctor and make the relevant options. also after ns doctor put the link as a...
https://github.com/NativeScript/NativeScript/blob/main/packages/core/ui/scroll-view/index.android.ts#L115 I have set the value `-1` and the problem is gone. even removing that code and just leaving `super.initNativeView();` the problem also disappears
the problem is that the id generated by the googleMap view is very low and there are collisions with the ids generated by ScrollView. A temporary solution is to apply...
I don't know if it's when it closes or not, but I have the same problem, Chrome constantly freezes on Mac. This makes for a horrible experience, I have to...
Use Nativescript vue for native apps!
nothing here?
@tonymurray if you want to pass a custom svelte component? If this is what you want you can do this: ```ts import { CoreTypes, getRootLayout } from '@nativescript/core'; import {...
@tonymurray good! Here you have a example of rootLayout https://github.com/vallemar/nativescript-dominative-vue-3/blob/master/app/use/useRootLayout.ts this is vue, you only need change the method the createNativeView for the svelte view, and the components is here...
@tonymurray You were quite wrong here, you didn't declare the `createElement` method correctly "I didn't put it here either". `showModalWindow` was being called wrong, you need to access the function...
I have encountered a similar problem, I have a form that when completed changes a color button (disabled->enabled) and when this color button is updated it causes it to lose...