For the native apps, you could try Tauri, which allows you to use the same web frontend as your page inside a native web view and augment it with your own middleware written in rust. You can then use React, Vue or Solid.js to build the page.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
For the native apps, you could try Tauri, which allows you to use the same web frontend as your page inside a native web view and augment it with your own middleware written in rust. You can then use React, Vue or Solid.js to build the page.