Dimitris-Rafail Katsampas

Results 65 issues of Dimitris-Rafail Katsampas

## PR Checklist - [x] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#commit-messages. - [x] There is an issue for the bug/feature this PR is for. To avoid wasting your time,...

cla: yes

In android, when you navigate to a page with a nested pager, its items will all render at the same time even though the rest of pager items aren't visible....

It seems that Labels are missing typing for `maxLines` property and that might be the case for all views that support it. ![image](https://github.com/halfnelson/svelte-native/assets/55595100/96a7ecb5-94e3-4e60-b52a-0c46b0127227)

Right now, ListView items are nested inside `StackLayout`. That is because of the strange behaviour of core which nests `ProxyViewContainer` inside `StackLayout` in the case of lists. With this PR,...

Right now, parser will throw even in the case of `:is()` pseudo-class that contains an invalid selector (even if there are other valid selectors). That pseudo-class apparent accepts a forgiving...

good-first-issue

If one modifies `package.json` and hot reload attempts to compile, it will throw the following error: ``` ERROR in ./src/views/Map.svelte (./src/views/Map.svelte.1.css!=!./node_modules/svelte-loader/index.js?cssPath=/home/dev/workdir/clients/web_v2/src/views/Map.svelte.1.css!./src/views/Map.svelte) Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): ModuleBuildError: Module build failed...

Even though I don't use firebase ads, google complains about my app using admob sdk. ![Screenshot from 2022-11-01 18-29-26](https://user-images.githubusercontent.com/55595100/199286036-1364bb48-d8bc-44ec-8b90-ef94f39d30e3.png) I use auth and messaging modules. I understand messaging module uses...

It seems that if I draw something on canvas using a timeout, the previous drawing will be erased. Seems to occur on android and ios (devices only) Samples to test:...

NativeScript Core already contains a polyfill for XMLHttpRequest here: https://github.com/NativeScript/NativeScript/blob/main/packages/core/xhr/index.ts Canvas-polyfill uses its own polyfill: https://github.com/NativeScript/canvas/blob/master/packages/canvas-polyfill/async/xhr/TNSXMLHttpRequest.ts This breaks functionality for libraries that use default NS polyfill (e.g. axios).

enhancement

##### Description of change Right now, property event handlers like `onclick` can be triggered for non-intaractive display objects. In the case of the root display object, listeners will be called...