You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something I am having trouble with and was just wondering what you thought, if possible, no big deal if not.
Anyway I am building a web app that needs to display a youtube video on a page as a part. The app is built using Angular and uses Cordova to compile for iOS and Android. The app connects out to a database to get a business' youtube video link then parses the link to get the videoId and then uses your youtube module to place an iframe on the page with the videoID. On the web app version it seems to work fine which is great.
However when I build for iOS and Android no video iframe shows on the page in each version of the app and I don't see why. No errors showing in the logs, and i am able to print out the videoId so that is coming through fine.
Thanks for any input
The text was updated successfully, but these errors were encountered:
Something I am having trouble with and was just wondering what you thought, if possible, no big deal if not.
Anyway I am building a web app that needs to display a youtube video on a page as a part. The app is built using Angular and uses Cordova to compile for iOS and Android. The app connects out to a database to get a business' youtube video link then parses the link to get the videoId and then uses your youtube module to place an iframe on the page with the videoID. On the web app version it seems to work fine which is great.
However when I build for iOS and Android no video iframe shows on the page in each version of the app and I don't see why. No errors showing in the logs, and i am able to print out the videoId so that is coming through fine.
Thanks for any input
The text was updated successfully, but these errors were encountered: