From 330e05b584b3b8070a140b34a10ce5ef9b940b81 Mon Sep 17 00:00:00 2001 From: Roman <36918149+akhromieiev@users.noreply.github.com> Date: Thu, 6 Jun 2019 13:45:38 +0300 Subject: [PATCH] Add new tutorials Add new tutorials from my blog "akhromieiev.com" --- site/docs-md/guides/community.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/site/docs-md/guides/community.md b/site/docs-md/guides/community.md index a10aa520c..52dd6840b 100644 --- a/site/docs-md/guides/community.md +++ b/site/docs-md/guides/community.md @@ -18,6 +18,8 @@ contributors: [Capacitor Workflow for iOS and Android Apps ›](https://www.youtube.com/watch?v=oXbRcpsytGQ) +[Using the Capacitor in Vue.js app](https://akhromieiev.com/tutorials/using-capacitor-in-vue-js-app/) + ## APIs [Camera: Building an Ionic Framework Camera App](/docs/guides/ionic-framework-app) @@ -28,10 +30,16 @@ contributors: [Splash Screen: Creating a Dynamic/Adaptable Splash Screen for Capacitor (Android) ›](https://www.joshmorony.com/creating-a-dynamic-universal-splash-screen-for-capacitor-android/) +[Using the Capacitor Share API in IOS app](https://akhromieiev.com/tutorials/using-the-capacitor-share-api-in-ios-app/) + +[Using the Capacitor Browser API to open urls](https://akhromieiev.com/tutorials/using-the-capacitor-browser-api-to-open-links/) + +[Network Detection with Capacitor in Ionic project](https://akhromieiev.com/tutorials/network-detection-capacitor/) + ## Integrations [Using Google Maps and Geolocation in Ionic with Capacitor ›](https://www.joshmorony.com/using-google-maps-and-geolocation-in-ionic-with-capacitor) [Create Native HTML5 Games with Phaser and Capacitor ›](https://www.joshmorony.com/create-native-html5-games-with-phaser-and-capacitor) -[Integrating the Scanbot SDK in a Capacitor App with Ionic ›](https://scanbot.io/blog/capacitor-app/) \ No newline at end of file +[Integrating the Scanbot SDK in a Capacitor App with Ionic ›](https://scanbot.io/blog/capacitor-app/)