Tag: mobile
-
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…
-
Command PhaseScriptExecution failed with a nonzero exit code
An infamous „Command PhaseScriptExecution failed with a nonzero exit code” haunts mostly React Native, Flutter and Cordova developers…
-
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…