Sorry, The app name is KCEMSS Protocols
To further specify my problem.
In my app under Protocols General Universal Patient Care I placed the following in a URL
https://api.appery.io/rest/1/db/files...
In my app under Protocols General Therapeutic Hypothermia I placed the following in Javascript
window.open('https://api.appery.io/rest/1/db/files...');
I published to the Google Play store. When I clicked the Universal Patient Care button in the app nothing happened but a white screen. This occurred for both the Java Script and the URL. I am trying to make it so that the end user can open the application, find the appropriate protocol, and pull up the required pdf. For now I just need it to work when the device has internet connection. I have searched though the articles pertaining to Phonegap and the threads here on Appery. Thank you for your time and patience.