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

[BUG] when i click youtube title in mobile, it does not redirect. #898

Open
jsolra opened this issue Dec 13, 2023 · 0 comments
Open

[BUG] when i click youtube title in mobile, it does not redirect. #898

jsolra opened this issue Dec 13, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@jsolra
Copy link
Contributor

jsolra commented Dec 13, 2023

I'm using it on mobile(iOS/Android).
when i click youtube title in mobile, it does not redirect to the youtube web.
Everything else works (redirected when you click on the YouTube icon)
How do I solve this problem?

But that worked in the web.

version

  • Flutter: 3.7.12
  • Dart: 2.19.6
  • youtube_player_iframe: 4.0.4

my code

   YoutubePlayerController controller = YoutubePlayerController.fromVideoId(
      videoId: widget.videoId,
      autoPlay: true,
      params: const YoutubePlayerParams(
          mute: false,
          showFullscreenButton: true,
          color: 'red',
          showControls: true));

  @override
  Widget build(BuildContext context) {

    return YoutubePlayerScaffold(
        controller: controller,
        aspectRatio: ratio,
        backgroundColor: Colors.black,
        builder: (context, player) => widget.builder(context, player));
  }

@jsolra jsolra added the bug Something isn't working label Dec 13, 2023
@jsolra jsolra changed the title [BUG] when i click title and profile icon, it does not redirect to the web [BUG] when i click title and channel icon, it does not redirect to the web Dec 13, 2023
@jsolra jsolra changed the title [BUG] when i click title and channel icon, it does not redirect to the web [BUG] when i click title and channel icon in mobile, it does not redirect to the web Dec 13, 2023
@jsolra jsolra changed the title [BUG] when i click title and channel icon in mobile, it does not redirect to the web [BUG] when i click youtube title in mobile, it does not redirect to the youtube web Dec 13, 2023
@jsolra jsolra changed the title [BUG] when i click youtube title in mobile, it does not redirect to the youtube web [BUG] when i click youtube title in mobile, it does not redirect. Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants