I have go my app running well in the browser and it also works well on iPhone 6 and iPad 3 when it has EVENTUALLY loaded.
The app loads initially very quickly, however there is a LONG period of unresponsiveness. During this time the three bar menu (as as the initial Playlist sample app) is not displayed. As soon as this displays then the app functions fine.
The log shows the belo quickly, then I have to wait about 40 secs to 1 min before the app becomes responsive.
The xCode log is below.
=========
2014-12-28 21:51:31.210 Rehab_Guru[8269:4465669] DiskCookieStorage changing policy from 2 to 0, cookie file: file:///private/var/mobile/Containers/Data/Application/2D1A7E53-C23D-465F-B259-58F00DB0383E/Library/Cookies/Cookies.binarycookies
2014-12-28 21:51:31.559 Rehab_Guru[8269:4465669] Apache Cordova native platform version 3.7.0 is starting.
2014-12-28 21:51:31.563 Rehab_Guru[8269:4465669] Multi-tasking -> Device: YES, App: YES
2014-12-28 21:51:31.573 Rehab_Guru[8269:4465669] Unlimited access to network resources
2014-12-28 21:51:31.757 Rehab_Guru[8269:4465669] [CDVTimer][keyboard] 0.542998ms
2014-12-28 21:51:31.757 Rehab_Guru[8269:4465669] [CDVTimer][TotalPluginStartup] 1.417994ms
2014-12-28 21:51:32.472 Rehab_Guru[8269:4465669] Resetting plugins due to page load.
2014-12-28 21:51:33.419 Rehab_Guru[8269:4465669] Finished load of: file:///private/var/mobile/Containers/Bundle/Application/E9720AAA-B083-4F98-A7DF-944FF275B099/Rehab_Guru.app/www/index.html#/app/playlists
=======
Many thanks