rzam

Results 3 comments of rzam

@andreasrosdal Since memory mapping is "bugged" at the OS level I'm not sure there *is* a way other than forgoing memory mapping itself. Though I was checking the code and...

I've done some poking around and testing and it seems that the issue is that the `dragstart` DOM event (specifically [this](https://github.com/primefaces/primevue/blob/bdb20ab244ba690bb32ce7002d3920c5ee6fba7f/packages/primevue/src/datatable/BodyRow.vue#L30)) simply does not fire on mobile; I haven't tried...

The directive is also completely ineffective on Android for Chromium-based browsers (which is the majority of them): ![example](https://github.com/user-attachments/assets/6c55f49f-a427-40ef-bb8f-bf389bab46b0) The `keypress` event is never triggered on said browsers; the only events...