On Wed, Jan 11, 2012 at 12:00 PM, Simon MacDonald <simon.macdon...@gmail.com
> wrote:

> Hey Joe,
>
> I've been spending some time today testing your changes and it looks
> good for the most part. The only areas that I seem to be having issues
> with are:
>
> 1) Splash screen
> 2) Back button
>
> 1) I believe you posted the splash screen would have to be re-worked
> with the new approach.
>

That's correct.  You will have to use the Android SDK to write your own
Splash Screen if you're using CordovaView in a vanilla Activity.  If you're
using CordovaActivity, you should be able to use the splashscreen the same
way.  I recently got that working yesterday.


>
> 2) The back button is acting very oddly:
>
> a) Sometimes when I'm in the second page of an application hitting the
> back button goes back one page, at other times it exits the app
> completely.
>

I noticed this too. However, I also noticed this with the current version
of PhoneGap with DroidGap, so I assumed it was the example, and not the
actual application.  When using a CordovaView, you shouldn't have the
BackButton do anything other than exit the app.  I'll take a look at this
and the other issues with the back button, which I'm assuming are broken
because the porting didn't quite work to plan.'

I'm also going to check to see if we have a JIRA ticket attached to this
sort of hackery yet.  The tests do turn up that there's issues with the
Back Button, BTW.

Joe

Reply via email to