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

[nativescript-youtubeplayer] Cant't use binding context #129

Open
Loralon opened this issue Jul 28, 2022 · 2 comments
Open

[nativescript-youtubeplayer] Cant't use binding context #129

Loralon opened this issue Jul 28, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@Loralon
Copy link

Loralon commented Jul 28, 2022

I have a ns angular application in which I show a RadListView of cards with a player.
When I insert the VideoId by hand I have no problems ... it loads all cards and players.
<GridLayout id="VideoContainer" rows="230" columns="*" > <YoutubePlayer row="0" videoId="FCgxn8CuKb0" heigth="230" showinfo="0"></YoutubePlayer> </GridLayout>
Schermata 2022-07-28 alle 01 58 16

But if I try to bind the value of VideoId it loads the player but with the error An error occurred. Please try again later. (Playback ID: xxxxxxxxxxxx)
<GridLayout id="VideoContainer" rows="230" columns="*" > <YoutubePlayer row="0" videoId="{{item.url_video}}" heigth="230" showinfo="0"></YoutubePlayer> </GridLayout>
Schermata 2022-07-28 alle 01 56 48
With a quick check I noticed that the html structure correctly reports the videoId values.
Schermata 2022-07-28 alle 02 04 25

Did I miss something?

@triniwiz triniwiz added the bug Something isn't working label Jul 28, 2022
@triniwiz
Copy link
Owner

Looks like an issue on my end

@Loralon
Copy link
Author

Loralon commented Jul 28, 2022

hello ... is it a fixable bug?! ... I need to find a solution ... please help me ... thanks

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