简体   繁体   中英

Cordova plugin in a Xamarin project

Is it possible to use a cordova plugin that was created in a xamarin android/ios project?

Request you to please share me the source available on internet if there are any. Thanks

No. However, you can achieve something similar in Xamarin by building your app's UI using embedded HTML/JS/CSS and rendering it with the native browser control for each platform. I don't think this is a great solution, but if you really want to achieve maximum code sharing between platforms, and don't have an incredibly complex UI, this might be something worth considering.

For more infomation see: WebView Documentation in Xamarin.Forms

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM