Copy link to clipboard
Copied
How do i insert a splash screen or a loading screen and a application image for a phone app on Dreamweaver 6, 5.5 had the mobile application setting that is seemingly no longer present? and i also heard you can use animanted backgrounds on the mobile application in dreamweaver 6 but figuring out how to set the splash screen and application image like it was in 5.5 would be nice. All i can get to pull up is the web application i developed i am trying to build into a phone app on google chrome, if i could officially designate it as a phone app where i can set each splash screen and app image to where it is recognized as a phone app that would be really nice.
Copy link to clipboard
Copied
I tried the config.xml advice to no avail. The 5.5 settings were alot nicer i must say there has to be similar settings that i cannot find, if anyone knows the exact solution to what i am looking for that would amazing.
Copy link to clipboard
Copied
There are examples of how to set up splash screens using config.xml at https://build.phonegap.com/docs/config-xml.
For example, this is how you set up splash screens for Android:
<gap:splash src="splash/android/ldpi.png" gap:platform="android" gap:density="ldpi" />
<gap:splash src="splash/android/mdpi.png" gap:platform="android" gap:density="mdpi" />
<gap:splash src="splash/android/hdpi.png" gap:platform="android" gap:density="hdpi" />
<gap:splash src="splash/android/xhdpi.png" gap:platform="android" gap:density="xhdpi" />
The important thing to note is that the splash screen must be a .png file.
Copy link to clipboard
Copied
I do not mean to sound stupid if thats how i am coming off, but from what i am getting from your advice, I copy this bit of coding into the config.xml file and replace where the .png files are written in between the quotes on the first row of the coding with the name of the file that is to be the splash screen in its place. I also sucessfully put together my first example application with the default application image and splash screen as i am still working on understanding those concepts fully and after i choose create as new project and click continue on the phone gap build. The the phonegap program loads for quite some time and eventually reaches to the unfortunate conclusion that the server cannot be reached and to please try again. Any ideas on how that problem can be mended if the solution is in my hands?? if i end up figuring it all out soon i will be sure to update the forum.
Thankyou,
Justin Medved
Copy link to clipboard
Copied
jmed0411 wrote:
the phonegap program loads for quite some time and eventually reaches to the unfortunate conclusion that the server cannot be reached and to please try again. Any ideas on how that problem can be mended if the solution is in my hands??
I haven't used PhoneGap Build recently, but I have seen several reports about problems connecting to the server. One suggestion that I've heard is that there has been unexpectedly high demand on the server since the launch of Edge Tools and Services as part of the Creative Cloud last month.
As far as I know, the only thing you can do is wait, and try again later.
You could also try posting in the PhoneGap Build forum: http://community.phonegap.com/nitobi/products/nitobi_phonegap_build.
Copy link to clipboard
Copied
Duely noted, the server will still not connect, so i have left an inquery in the suggested forum.
Date: Mon, 15 Oct 2012 07:37:34 -0600
From: forums@adobe.com
To: justin0133@live.com
Subject: How do i insert a splash screen or a loading screen and a application image for a phone app on Dream
Re: How do i insert a splash screen or a loading screen and a application image for a phone app on Dream
created by David_Powers in Developing server-side applications in Dreamweaver - View the full discussion
jmed0411 wrote: the phonegap program loads for quite some time and eventually reaches to the unfortunate conclusion that the server cannot be reached and to please try again. Any ideas on how that problem can be mended if the solution is in my hands?? I haven't used PhoneGap Build recently, but I have seen several reports about problems connecting to the server. One suggestion that I've heard is that there has been unexpectedly high demand on the server since the launch of Edge Tools and Services as part of the Creative Cloud last month. As far as I know, the only thing you can do is wait, and try again later. You could also try posting in the PhoneGap Build forum: http://community.phonegap.com/nitobi/products/nitobi_phonegap_build.
Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/4774799#4774799
Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
Start a new discussion in Developing server-side applications in Dreamweaver by email or at Adobe Community
For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more