Question regarding UserAgent & Loading page

  • 1
  • Question
  • Updated 9 years ago
Hi,

I'm new to PhoneGap and still trying to familiarize with it. My question is that if my android application has a useragent which includes the version number of the application as well, would there be anything I need to configure before i send my file to PhoneGap Build or it is all just part of the code and the apk file afterwards would have the same launch results as if launch in eclipse emulator. Another thing is with the loading page of the application, it would be all good if i include the pic among the files uploaded and the code within my .java file or would I have to code additionally, for example in my AndroidManifest.xml file whatsoever.

Thanks

P.S. Sorry for making my question sound so confusing.
Photo of curiousphillip

curiousphillip

  • 1 Post
  • 0 Reply Likes

Posted 9 years ago

  • 1
Photo of Andrew Lunny

Andrew Lunny

  • 1911 Posts
  • 199 Reply Likes
Hi,

You don't send any Java files to PhoneGap Build, just web assets: HTML, CSS, JavaScript, and images, for the most part, along with a config.xml file to specify your application's metadata.

The custom user agent sounds like some custom, non-PhoneGap Java code you have written, which would not be supported by PhoneGap Build at this time.

Your loading page, or splash screen, can be uploaded with your application. You just need to specify it in your config.xml, as detailed here:
https://build.phonegap.com/docs/confi...

Cheers,
Andrew