Demo app demonstrates the use of iOS-JS bridge and three useful and basic feature:
-
Call swift code from Javascript handler to navigate between the native screen. Same behaviour can be used for all UI actions and interact with native iOS feature.
-
Populate the data from webview into CoreData.
-
Retrieve and present data on webview from CoreData.