Releases: progress/template-master-detail-progress-ng
Releases · progress/template-master-detail-progress-ng
Release 5.1.0
5.0.0
Release Notes
Features
- Starter Template available as an npm package:
a. tns-template-master-detail-progress-ng - CRUD operations
- Server-side paging, filtering and sorting
- Search
- Focused on Customer resource with JFP support
a. https://oemobiledemo.progress.com/OEMobileDemoServices/static/CustomerService.json - Support for multiple authentication models:
a. Anonymous,
b. Form and
c. Basic authentication modes - Support for Incremental Scrolling
- Support for Pull to Refresh
Known Issues
- On iOS devices, when working with starter template app, the 'Log In' label in the Login screen is cut off horizontally. This is a known NativeScript issue found here: NativeScript/NativeScript#4689
- On iOS devices, the text in 'search' field cannot be cleared by tapping the X icon.
Workaround:
Please use keyboard for clearing off the text either by selecting the text and hit BACKSPACE or DEL buttons.
- On iOS devices, when working with starter template app, loading indicator (spinner) can be seen at the bottom of the listview after reaching the maximum record count (maxRecCount).
- On iOS devices, when working with starter template app, once the login session times out, alert message asking to login to continue is shown. Clicking 'OK' on the alert message does not navigate back to the log in page, instead the app remains on the listview page. Nonetheless, functionality is disabled in the app.
Workaround:
Terminate the app and restart.