Skip to content

Conversation

@IvanIhnatsiuk
Copy link
Collaborator

Summary

software-mansion#339

Test Plan

Provide clear steps so another contributor can reproduce the behavior or verify the feature works.
For example:

  • Steps to reproduce the bug (if this is a bug fix)
  • Steps to verify the new feature
  • Expected vs actual results
  • Any special conditions or edge cases to test

Screenshots / Videos

Include any visual proof that helps reviewers understand the change — UI updates, bug reproduction or the result of the fix.

Compatibility

OS Implemented
iOS ✅❌
Android ✅❌

exploIF and others added 13 commits December 22, 2025 00:17
Initialize Vite + React web example

Changes:
- Created new web example in apps/example-web with React 19 and Vite
- Configured Turbo with build:web task
- Added workspace to monorepo configuration
- Updated ESLint and .gitignore for web build output
- Updated tsconfig files for monorepo setup - extracted common config
options to `tsconfig.base.json`

iOS/Android example app should work as before, no changes.

Running web example:
1. Install dependencies: `yarn install` in root directory
2. Start the dev server: `turbo run dev` in root or `yarn dev` in
/apps/example-web directory
3. The app should now be running at `http://localhost:5173`.

<img width="300" alt="CleanShot 2025-12-15 at 13 34 50@2x"
src="https://github.com/user-attachments/assets/fa12447b-aba1-48a2-b96f-30939ca804b1"
/>

---------

Co-authored-by: Igor Furgała <[email protected]>
Fixes: software-mansion#329

1. Go to Example app
2. Add `<html><p><img src="https://picsum.photos/id/1/200/200"
width="200" height="200"/></p></html>` through `Set input's value`
button
3. See that cursor is applied after image

Before:

https://github.com/user-attachments/assets/258132ae-1bf4-43e5-b08f-b8ade46ade67

After:

https://github.com/user-attachments/assets/6dede546-471c-489c-81e5-7e36f80377d4

| OS      | Implemented |
| ------- | :---------: |
| iOS     |    ✅     |
| Android |    ❌     |
@IvanIhnatsiuk IvanIhnatsiuk merged commit 06d27cf into development Dec 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants