简体   繁体   中英

Application Working on Browser but not in Android Phone - App

I recently developed the app using HTML, CSS, JS, Firebase and Onsen UI, it is a simple app that pulls the quotes from Firebase and displays it on the main page as categories first and then upon clicking will load the quotes specific to the category.

  1. This application works perfectly fine in the browser, but I built the app on online Phonegap via the below git, but the app is not loading the Categories on the main page at all. Checked for the whitelisting, that is sorted as well I guess, please check config.xml
  2. Side menu has different menus, but only Add Quote is functional, the UI is coming up, but adding is not happening on the App (works fine in the browser)

Request someone to help me out here.

  1. Am I doing this right?
  2. Any Onsen framework expert - who can assist me with the back button feature on this app - I am not able to code it.
  3. Am I missing something?
  4. For online phonegap - is it important to put all the files/folders in www first?

https://github.com/santosh610610/finalTest

When you're building a Phonegap app, your code needs to be in the www folder. So, in your repository, you will need to create a www folder. Then move img , lib , index.html and index2.html in there.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM