Felix Green

Results 23 comments of Felix Green

Can confirm, on my M1 MacBook Air I get: ``` device: {vendor: undefined, model: undefined, type: undefined} ```

+1 It's not creating -webkit-flex-flow which Safari needs

Why don't you try creating your own function that wraps Text? ```elm createTextWithEvents : style -> (String -> msg) -> msg -> String -> Element style variation msg createTextWithEvents style...