Skip to content

svyPhonegap version 1.1.7

Compare
Choose a tag to compare
@tuanway tuanway released this 27 Apr 07:12
· 38 commits to master since this release
  • 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;
}