We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i want to make custom action when user tap the player.
i made the player playing ads video and i want to when user tap the player that time, user is taken to a website with webview in a new page.
The text was updated successfully, but these errors were encountered:
If i get you correctly, then you can simply wrap GestureDetector to do that.
This is not a common use case, so can't be added to the package itself.
Sorry, something went wrong.
i want to make custom action when user tap the player. i made the player playing ads video and i want to when user tap the player that time, user is taken to a website with webview in a new page.
How did you fixed it? I want also show ads.
If i get you correctly, then you can simply wrap GestureDetector to do that. This is not a common use case, so can't be added to the package itself.
i have tried to wrap into a gesture detector, but onTap function wasn't called..
Will wrap player into GestureDetector show ad? now it is black screen.
sarbagyastha
No branches or pull requests
i want to make custom action when user tap the player.
i made the player playing ads video and i want to when user tap the player that time, user is taken to a website with webview in a new page.
The text was updated successfully, but these errors were encountered: