Meet Our November 2019 Release
It’s only been a month since Ionic Angular was updated to the 4.10.0 version, but we are already out with an updated Appery.io Ionic 4 version!
Events
In our updated Ionic 4 apps, we now support more events for certain components.
Page component
- The ionViewWillEnter event runs when the page is about to enter and become active
Image component
- The ionImgWillLoad event is emitted when img src has been set
- The ionError event is emitted when img fails to load
Also, support for these mouse events was added to the GoogleMap, Marker, and GoogleMapWindow components:
- Click
- Mouse over
- Mouse leave
Mapping
Now you can use mapping for your models defined within an app:
Storages
We have also added support for Storages. This will allow developers to define typed storage variables and use them in mapping.
Simpler Coding
And last but not least: There is no longer any need to add service include and service injection on a screen or in a custom code anymore. Just add a plug-in in App Settings under the Core Cordova plugins tab and use it from Apperyio.native helper.