I have a strange issue where my programs runs fine in the simulator but when I test on my iPhone 5s it the web view showing a pdf is not visible.
It works fine in the simulator, and works on iPad 3 and iPhone 4s. The program is recycled for new apps with different content and in the past had it working fine on 5s with older code (sdk). I thought it was an iOS 8 issue but not sure. Reinstalled everything! plus updated to Xcode 6 and titanium 3.40 sdk. Same results.
I have two webviews (one for a question, and one for an answer). The file names (to local pdfs) are stored in a local database which update the webview.url, and simply use hide() or show() - not much too it. Any help would be appreciated!