cordova-plugin-chromecast | Chromecast Plugin for Cordova | Mobile Application library
kandi X-RAY | cordova-plugin-chromecast Summary
kandi X-RAY | cordova-plugin-chromecast Summary
Chromecast Plugin for Cordova
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of cordova-plugin-chromecast
cordova-plugin-chromecast Key Features
cordova-plugin-chromecast Examples and Code Snippets
Community Discussions
Trending Discussions on cordova-plugin-chromecast
QUESTION
I want to implement chrome-cast
for IOS mobile with Ionic4
.
I was tried many plugins which I already used but I am facing many issues because Ionic 4 using latest typescript
version and chrome-cast
plugins are very old, So many classes and libraries are deprecated.
I've used below links:
https://www.npmjs.com/package/ng-cast
https://github.com/jellyfin/cordova-plugin-chromecast
https://www.npmjs.com/package/cordova-plugin-chromecast
Chromecast support in PhoneGap / Cordova
Please give any solution for this.
Thanks in advance.
...ANSWER
Answered 2020-Apr-26 at 09:31After many tries, now I've implemented chrome-cast for IOS in Ionic with the help of this tutorial Click here
I used this script in podfile
pod 'google-cast-sdk', '~> 2.0'
And run commands
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install cordova-plugin-chromecast
Follow these direction to set up for plugin development:. The --link flag allows you to modify the native code (java/swift/obj-c) directly in the relative platform folder if desired.
You will need an existing cordova project or create a new cordova project.
Add the chromecast and chromecast tests plugins: cordova plugin add --link <path to plugin> cordova plugin add --link <path to plugin>/tests This --link** option may require admin permission
This means you can work directly from Android Studio/Xcode!
Note: Be careful about adding and deleting files. These changes will be exclusive to the platform folder and will not be transferred back to your plugin folder.
Note: The link only works for native files. Other files such as js/css/html/etc must not be modified in the platform folder, these changes will be lost. To update the js/css/html/etc files you must run: cordova plugin remove <plugin-name> With admin permission: cordova plugin add --link <relative path to the plugin's root dir>
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page