Tony Murray

Results 13 comments of Tony Murray

Thanks for the pointers. I am always still getting CORS issues in the browser context, but same code suceeds in the backend (i.e. node server). I added in the WebAppPassword...

Hi - yes, - currently just development addresses: http://localhost:3000,http://localhost:3003

I have a chromebook Spin 13 (acer) I could get the headphones (presumably mic) to work with tehe WeirdTreeThing script above. No success yet with the touchscreen. I wanted to...

I got the touchscreento work on the Chromebook Spin 13 (Acer CP 713 1WN 54GA, Kubuntu 23.10) with the following command: echo "i2c-ELAN0001:00" > /sys/bus/i2c/drivers/elants_i2c/bind The following discussion was helpful:...

Further information on Chromebook Spin 13. I got backlight control by changing the boot parameter acpi_backlight=vendor to acpi_backlight=intel

Thanks for the code! - I will try that out. I'm just trying to recreate the NativeScript example layouts demoed in the App for now. (Will check Nativescript docs)

Thanks, I'm still trying to get it to work. I created a mock-up here: https://stackblitz.com/edit/nativescript-stackblitz-templates-oxtmjz?file=app/components/Home.svelte Only the first modal window using "import { showModal } " works, the other two...

Many thanks @[vallemar](https://github.com/vallemar) - that helps a lot!; also the links. I also added the other elements (Snackbar and Sidebar) in the following version: https://stackblitz.com/edit/nativescript-stackblitz-templates-ky7fni?file=app/components/Home.svelte

@vallemar - or someone with time + patience :) I am now trying to close the Modal via a button click (in the modal rather than clicking outside it, like:...

To follow-up: One option that works is to use: getRootLayout().closeAll() As per https://svelte-native.technology/docs#rootlayout https://stackblitz.com/edit/nativescript-stackblitz-templates-ky7fni?file=app/components/Sidebar.svelte