Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 7c99aac

Browse files
committed
Docs: Corrects tiny typos (pages/phonegap.html)
1 parent 11c2f00 commit 7c99aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/phonegap.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h2>$.mobile.allowCrossDomainPages</h2>
5858

5959
<h2>$.mobile.phonegapNavigationEnabled</h2>
6060

61-
<p>In Android PhoneGap has as special navigation helper in place to work around issues with Honeycomb <code>navigator.app.backHistory</code> that replaces <code>window.history.back</code> . For most jQuery Mobile applications it's unecessary to have knowledge or make use of this helper because the vanilla history object works fine for hashchange and replace state alterations of the embedded browser history. <b>If and old if</b> your PhoneGap application uses a full page refresh (eg, for form validation) and you wish to support the Android platform please make sure to set <code>$.mobile.phonegapNavigationEngabled = true</code> either in a <code>mobileinit</code> call back or anywhere before user interaction take place with the page. This will replace calls to <code>window.history.back</code> with calls to PhoneGap's helper method thereby alleviating history navigation issues associated with full page refreshes on Android devices.</p>
61+
<p>On Android PhoneGap has as special navigation helper in place to work around issues with Honeycomb <code>navigator.app.backHistory</code> that replaces <code>window.history.back</code>. For most jQuery Mobile applications it's unecessary to have knowledge or make use of this helper because the vanilla history object works fine for hashchange and replace state alterations of the embedded browser history. <b>If and only if</b> your PhoneGap application uses a full page refresh (eg, for form validation) and you wish to support the Android platform, please make sure to set <code>$.mobile.phonegapNavigationEnabled = true</code> either in a <code>mobileinit</code> call back or anywhere before user interaction take place with the page. This will replace calls to <code>window.history.back</code> with calls to PhoneGap's helper method thereby alleviating history navigation issues associated with full page refreshes on Android devices.</p>
6262

6363

6464
<h2>PhoneGap White Listing</h2>

0 commit comments

Comments
 (0)