With an app that has Webview on Android. When I close the app (closing the window or Titanium.Android.currentActivity.finish())
I open and close the app the same way again.
The next time I click to open the app I get a Runtime error
Location:ti:/module.js
Message: Uncaught TypeError: Cannot use 'in' operator to search for 'Resources/alloy' in null
Source:return filename in fileIndex;
This happens every time. Any ideas how to resolve it?
Thanks in advance