GitHub user odbol opened a pull request:
https://github.com/apache/cordova-android/pull/128
Fixed javascript not loading when activity restarted after exiting with
Back button
I was having some issues with my app (local javascript SPA):
1. Start app. Everything works normally.
2. Press Back button to exit. Activity exits and is destroyed.
3. Start app again. Now the HTML shows up, but the Javascript never runs,
so nothing works.
4. Press Home button, activity goes to background (with non-working
Javascript).
5. Start app again. Now Javascript loads and resumes properly. Everything
starts working.
This is on KitKat 4.4.4 on a Nexus 5. "KeepRunning" = "false" in the config
file.
Pretty simple fix, once I could figure it out. Please let me know if this
has other consequences; sorry I can't provide a test case; my app is quite huge.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/odbol/cordova-android master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-android/pull/128.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #128
----
commit 76d7af56d8f8918fd0256bc49899a0b00812cc76
Author: odbol <[email protected]>
Date: 2014-10-17T01:57:07Z
Fixed javascript not firing/loading when activity restarted after exiting
with Back button.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]