Hi,
We have been building an iOS app for the last few months using the Phonegap framework with html5, javascript and css3. We've also used jQueryMobile to help with the navigation. Calls to the database are made using jquery that will get the data from our server in Json format.
We've built in Xcode, submit it to the app store and it was rejected.
The reason was that the content was very slow to load.
The content in specific is an alphabetic list of authors with just the letters in a sort of tableview with the indication of how many authors are in each of the letters. See picture bellow:After you choose A, for example, it will display the first 10 authors for the letter A, with the option to load another 10 at the end, then another 10, and so on.
And this functionality is reproduced in a few more sections of the app.
According to Apple, it takes a lot of time to load.
Any suggestion to overcome this issue without using native coding?
Thanks in advance!