-
Notifications
You must be signed in to change notification settings - Fork 811
Open
Labels
a:platform-androidAndroid platform integration (mO,bS)Android platform integration (mO,bS)good first issueGood for newcomersGood for newcomers
Description
Bug Description
As shown in the figure, I have two questions:
- The cursor display position of TextEdit in material is incorrect
- How to make this cursor not display in Android
Reproducible Code (if applicable)
import { LineEdit } from "std-widgets.slint";
import { TextField } from "@material";
export component Demo {
VerticalLayout {
HorizontalLayout {
height: 48px;
LineEdit {
height: parent.height;
placeholder-text: "std-widgets -> LineEdit";
}
}
HorizontalLayout {
height: 48px;
TextField {
label: "Material -> TextField";
height: parent.height;
}
}
}
}Environment Details
- Slint Version: 1.15.0
- Platform/OS: Debian 13
- Programming Language: Rust
- Backend/Renderer: backend-android-activity-06
Product Impact
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
a:platform-androidAndroid platform integration (mO,bS)Android platform integration (mO,bS)good first issueGood for newcomersGood for newcomers

