For some reason only preview works but previewPath does not. When I use previewPath I get the following error:
Unhandled Promise Rejection: Error: The old format of this exec call has been removed (deprecated since 2.1). Change to: cordova.exec(null, null, 'Service', 'action', [ arg1, arg2 ]);
I'm using the latest version (0.2.9) with Capacitor 3 and Ionic @ionic-native/core 5.36.0 (I don't know if that's relevant).
Let me know if you need any more information for reproduction or when I can test something for you 🙂