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

Ionic 3.8 Plugin fails silently #24

Closed
numerized opened this issue Aug 15, 2017 · 5 comments
Closed

Ionic 3.8 Plugin fails silently #24

numerized opened this issue Aug 15, 2017 · 5 comments

Comments

@numerized
Copy link

hello, on Ionic 3.8 this module fails silently.
It works perfectly within the browser, with ionic serve command but cannot display anything and shows no error while executed on device.

What can we do ?

@orizens
Copy link
Owner

orizens commented Aug 20, 2017 via email

@orizens
Copy link
Owner

orizens commented Oct 3, 2017

@numerized any progress on this one?

@numerized
Copy link
Author

Yes I've found a way of making it work by combining proper packages.
so that my package.json is like this:

[...]
"ng2-youtube-player": "0.0.3",
[...]
    },
    "devDependencies": {
        "@ionic/app-scripts": "^2.1.3",
        "@types/youtube": "0.0.29",
        "typescript": "2.3.4"
    },

@numerized
Copy link
Author

works perfectly

@orizens orizens closed this as completed Oct 3, 2017
@VlnRbn
Copy link

VlnRbn commented Nov 20, 2017

Im having the same problem.
making changes in package.json isn't working for me.
need help..please

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

3 participants