Troubleshooting

The most frequent issues occurring during integration:

ReferenceError: TalsecPlugin is not defined

Reason:

  • Cordova Angular cannot find the talsec object.

Solution:

  • Add the following line below imports: declare var talsec: any;

For more general issues or questions, visit FAQ page. You can also check out the Issues section of our GitHub repository, where you can report issues and view existing reports.

Last updated