Tag: capacitor
-
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…
-
iOS App Intents with Ionic
If you’re an iOS developer looking to take advantage of system-level features like Siri and Shortcuts, App Intents offer a simpler and more streamlined approach compared to the older Intents Extensions. While there are some restrictions to keep in mind, implementing App Intents requires less work and is easier than ever before. In this post,…
-
iOS Live Activities with Ionic Capacitor
With the introduction of iOS 16 version, Apple developed a new feature called Live Activities. The brand new feature can be presented both in Dynamic Island (if available on device) and on the lock screen. Although it’s widget based, it is not a widget itself, restricting access to network or geolocation. Yet ActivityKit allows easily…