Hello everyone,
I have a issue with the start button of my typeform but only on mobile view.
On desktop view, the start button is not here and i don’t want it on the mobile view too.
There is my code in react / typescript:
import { Widget } from "@typeform/embed-react"
<Widget
id={myId}
style={mobileView ? { width: "100%", height: "100%", margin: 0, padding: 0 } : { width: "100%", height: "700px" }}
className="my-form"
onSubmit={() => {
setTypeformSubmitted(true))
}} />
If someone can help me …
Big thanks.