Releases: Servoy/svyPhonegap
Releases · Servoy/svyPhonegap
svyPhonegap version 1.1.7
- Fix an issue with initialization
- update push service
- Add support for iOS devices with notches by adding some additional CSS:
//example
.svy-main-window-container {
top: constant(safe-area-inset-top)!important;
top: env(safe-area-inset-top)!important;
}
svyPhonegap version 1.1.6
- add compatibility for Titanium client
- add camera preview and qr scanner plugin
- add push plugin (add support for Android 12)
svyPhonegap version 1.1.5
- Add fix for ios vibration plugin
svyPhonegap version 1.1.4
- Add new phonegap plugin methods ( beep, vibrate)
- Add new ionic plugin methods (keyboard)
svyPhonegap version 1.1.3
- Add support for phone vibrations
svyPhonegap version 1.1.2
- Add printPDF function to printer plugin
svyPhonegap version 1.1.1
- Add printer plugin
- Fixed an issue with in-app-browser plugin
svyPhonegap version 1.1.0
Fixes
- fixed an issue with iPadOS not being detected (https://support.servoy.com/browse/SVYX-56)
- added a service to check for iPadOS
svyPhonegap version 1.0.9
We are happy to announce svyPhonegap 1.0.9!
- Misc bug fix for fingerprint package name.
Please report any issues or enhancements on this project.
svyPhonegap version 1.0.8
We are happy to announce svyPhonegap 1.0.8!
- Misc bug fixes for onReady event and related plugins.
- Add a new plugin for reading from ID Tech Magnetic card readers ( UniMag II, Shuttle, or UniMag Pro ). Support is only for IOS devices at the moment.
Please report any issues or enhancements on this project.