Skip to content
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

onUrlTap doesn't work on real device but only on emulator #39

Open
madilsharief opened this issue Jul 28, 2023 · 0 comments
Open

onUrlTap doesn't work on real device but only on emulator #39

madilsharief opened this issue Jul 28, 2023 · 0 comments

Comments

@madilsharief
Copy link

madilsharief commented Jul 28, 2023

Hi, @fweinaug

I have tried everything and after that i am logging this issue.

Device: Iphone XR
OS: iOS 16.6 (same behavior in iOS 16.5.1 on same device before)
Flutter: 3.10.6 (also tested in 3.10.1)
Xcode 15.3 Beta. (also tested in xcode 14.3)
MAC OS Ventura.

My issue is that i am unable to trigger the event onUrlTap at all. The only thing that fires is onLinkTap if I add that. Other than that neither onPrefixTap, nor onHash/onMention nothing works.

Importnat Point: When i put a breakpoint inside expandable_text.dart if(element.isUrl && widget.onUrlTap!=null) ... and then tap multiple times, and resume the program, surprisingly onUrlTap fires as many times as i have tapped it.

Can anyone point what is the issue? BTW it works fine on Iphone X OS 16.3 and also on all android real devices. The issue is with Iphone XR OS 16.5.1 - 16.6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant