Skip to content

Releases: Servoy/svyPhonegap

svyPhonegap version 1.2.6

23 Feb 17:56
Compare
Choose a tag to compare

SVYX-795 - Fix an issue with the bar code plugin and options parameter

svyPhonegap version 1.2.5

04 Dec 23:26
0dc3994
Compare
Choose a tag to compare
  • Fixed an issue with executeScript where it would always return with errors.

svyPhonegap version 1.2.4

30 Nov 18:05
Compare
Choose a tag to compare
  • Fixed an issue with the status bar overlapping the viewport.

svyPhonegap version 1.2.3

30 Nov 15:58
Compare
Choose a tag to compare
  • Toggle Android Immersive Mode when Full Screen plugin selected
  • Fixed an issue with the status bar overlapping the viewport

svyPhonegap version 1.2.2

13 Oct 21:04
Compare
Choose a tag to compare

Fixes for issues TING client

svyPhonegap version 1.2.1

20 Sep 22:04
Compare
Choose a tag to compare
  • Fix an issue with IOS 16.5+ and screen orientation plugin

svyPhonegap version 1.2.0

17 Aug 03:04
Compare
Choose a tag to compare

Add setTextZoom function (which allows us to update the fontSize of the entire webview)

svyPhonegap version 1.1.9

02 May 17:24
Compare
Choose a tag to compare

Update browser plugin. rename openPhone method to OpenHrefTag , as we could send it any number of things like (ex. tel:12345 or mailto:my@testemail.com)

svyPhonegap version 1.1.8

27 Apr 22:18
Compare
Choose a tag to compare
  • add support for channel priority in push plugin (allows for notifications to popup in foreground)
  • push plugin specs has some breaking changes ( some method arguments have been changed which will require existing implementations to be refactored) Visit the wiki for more details.

svyPhonegap version 1.1.7

27 Apr 07:12
Compare
Choose a tag to compare
  • 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;
}