-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
disabledismisswhentouchoutside: ture on screen everywhere #19
Comments
It appears to be gone when I went in the next day, but I'm worried it might come back. Any ideas? |
Hey, @AdamElitzur I assume you are using development mode and refreshing when the simulator is open, right? If so, it's because the socket connection has been disconnected, causing it to not close immediately. |
Oh I see. I am using a development build with my device. Is there any way to avoid this? Also, quick other question, is there any way to put a button in the tooltip, like the Twitter example, but actually make it work (on ios and android)? Right now, it treats the whole thing like a button. Thanks! |
I tried to find a way to avoid it, but I don't have a perfect solution. To be honest, there's no need to refresh the entire application frequently.
I assume you want a context menu from Zeego. Check out this. |
@alantoa thanks for the response! I'll look into it. I'm also having an issue on Android where it isn't tappable at all, for some reason the onTap argument on the Tooltip.Content just isn't doing anything on Android. Another question, much less important, for some reason the arrow isn't showing up on iOS, but it is on Android. Greatly appreciate any thoughts! Thank you! My code is below if helpful: import { useState } from "react"; const TriggerView = Platform.OS === "web" ? View : (TouchableHighlight as any); export const CreateTooltip = ({ export function isAndroid(): boolean { export function isSmallIOS(): boolean { export function isLargeIOS(): boolean { export function isIOS(): boolean { export function isMobileWeb(): boolean { Then in my main file (I commented out the ontap to see if it worked in the original file, neither worked):
|
@alantoa custom content can not clicked,it is a important feature when people select then res.just like when i want to coding the image. |
Hi,
I'm loving the package so far, thank you!
Just having one issue, for some reason the words disabledismisswhentouchoutside: true appear on the top and bottom of my screen, on every single page, and I can't get away from it. I am using the standard createTooltip file, but even when I delete everything the text stayed. Any ideas? Thanks!
The text was updated successfully, but these errors were encountered: