If we open a external page in web view , in iphone , for an example say www.google.com , and we start browsing into it , if we download some images and videos etc , that events should be capture and data should be downloaded into application data directory if user do downloading from external html web pages, So I am not getting such type of events in web view, titanium , Needed a urgent help. Thanks
1 Answer
These types of things are not capturable via remote pages. If you were using local html pages, you could send events back to the native wrapper and use the HTTPClient to download what you need.
Your Answer
Think you can help? Login to answer this question!