Problem
The loading property of WebView returns 'undefined' even if the WebView is clearly loading a web page.
1. It should return false when not loading, not 'undefined'
2. It should return true when the WebView is loading content
Test case
Run this in an interval loop
Ti.API.info("Search loading: " + $.searchview.loading);
Logs
[INFO] : Search loading: undefined
[INFO] : Search loading: undefined
[INFO] : Search loading: undefined
[INFO] : Search loading: undefined
[INFO] : Search loading: undefined
Discussions
Duplicate of TIMOB-10488
Closing ticket as duplicate and links to the related ticket has been provided above.