You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Bryce Curtis <cu...@gmail.com> on 2012/04/04 21:16:40 UTC

Android setNavDump in DroidGap

Does any one know why DroidGap.init is calling

     // Set the nav dump for HTC
    settings.setNavDump(true);

There was a question about this on the forums - apparently causing a bug.

Android API indicates it is now deprecated and obsolete.  Any problem
with removing it?

Re: Android setNavDump in DroidGap

Posted by Joe Bowser <bo...@gmail.com>.
This is done so console.log works on HTC devices. Please don't remove this,
since we fixed the console.log.
On Apr 4, 2012 12:17 PM, "Bryce Curtis" <cu...@gmail.com> wrote:

> Does any one know why DroidGap.init is calling
>
>     // Set the nav dump for HTC
>    settings.setNavDump(true);
>
> There was a question about this on the forums - apparently causing a bug.
>
> Android API indicates it is now deprecated and obsolete.  Any problem
> with removing it?
>