Luís Alves

Results 4 comments of Luís Alves

Strange, it works for me on mobile. Here is the latest release https://github.com/C1710/blobmoji/releases/tag/v14.0.1

Here's a component following the logic described by @alamenai ```tsx 'use client'; import { PropsWithChildren, createContext, useContext, useEffect, useState } from 'react'; import { Tooltip, TooltipTrigger, TooltipContent } from './tooltip';...

Sure, it's very similar to the regular tooltip. Just wrap your layout with the touch provider so that the `isTouch` state is calculated only once. ```tsx // Layout import {...

I was facing this issue, but it doesn't seem to affect maps with `zoomSnap` set to `false`. Also worth noting that the [example](https://pigeon-maps.js.org/docs/map) works in mobile, not sure what's different...