-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App Not Working after install this plugin on iOS 14 #53
Comments
iOS 14/13 Working fine with freeRASP: 5.4.0 |
Temporary solution for this problem. now my app working fine on iOS 14 with RASP: 7.3.0 (ES5 talsec.js) |
Hi @iPMisterX, We use esnext as the target for compiling JavaScript files. So far we did not encounter any issues, however I suspect the error could be caused by some missing polyfill. Thanks, |
I think the problem is Static class fields support iOS 14.5 and above. My app working after replace your script
|
Describe the bug
Not working on iOS 14 maybe on iOS 13 too
To Reproduce
Expected behavior
Blank Project
cordova create hello com.example.hello HelloWorld
with
cordova plugin add cordova-plugin-add-swift-support --save
After install
cordova-talsec-plugin-freerasp
App Not WorkingPlease complete the following information:
Additional context
iOS 15, 16, 17, 18 Working fine Test on Simulator
The text was updated successfully, but these errors were encountered: