-
Notifications
You must be signed in to change notification settings - Fork 12
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
Set target/Disable links #14
Comments
Trap the clicks with document.body.onclick, check the source of the click if necessary, then open in a new window or inappbrowser.
|
Sadly this doesn't work, as the window.open function is caught first. |
any solutions |
Is there a way that we can stop links from the embedded timeline from opening and taking over the app?
I am using this library in my Ionic 4 app and currently if you tap on the timeline on a mobile device, Twitter takes over the app. See the gif below for a recording of what's happening.
Imgur
The text was updated successfully, but these errors were encountered: