Tag: ionic

  • Easy stream heart rate from WatchOS to Ionic

    In my previous post I showed how to connect the watchOS with a Capacitor based application. This time I want to show how to easily grab HR using HealthKit from watchOS and stream it into Ionic application. The project in this post will be based upon the project on the previous post. If you don’t…

  • Integrate Apple Watch with Ionic App

    Wearables are becoming more and more popular nowadays wth Apple Watch being one of the most popular devices in that category. There are many interesting cases that watch could be used for. Especially when it comes to GPS tracking or health services. In this post I’ll be showing how easy it is to add WatchOS…

  • Sharing content to your Capacitor app

    Adding Capacitor app to Share Sheet Activity View in iOS

  • Capacitor plugin method types

    Capacitor plugins make are responsible for making a connection between your typescript code with a native environment. In many cases a simple call to native environment may not be enough. Capacitor provide 3 types of plugin calls that can be used. In this post I will outline those and present them along some simple examples.…

  • Cordova based plugin with Swift & Kotlin for Ionic

    When you want to add a new Cordova plugin to your Ionic project, most likely you will find examples how to do it in Java and Objective-C. However those days are thankfully way behind us and we can use much more modern languages. The other newcomers problem in Cordova world is that most tutorials show…