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

Commit

Permalink
Added note about underscores in PhoneGap for Android. Fixes #4991
Browse files Browse the repository at this point in the history
  • Loading branch information
toddparker committed Sep 13, 2012
1 parent 8608211 commit 56ed53b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/pages/phonegap.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ <h2>Still having issues?</h2>

<code>super.setIntegerProperty("loadUrlTimeoutValue", 60000);</code>


<p><strong>Avoid underscores in files and folders</strong> because Phonegap may fail to load the contained files in Android. This is a known <a href="http://code.google.com/p/android/issues/detail?id=5343" data-ajax="false">issue</a>.</p>

<h2>Building UIWebView apps with jQuery Mobile</h2>

<p>It's important to note that when creating a custom, non-phonegap, <code>UIWebView</code> control in an iOS application you must use the <code>loadRequest</code> method in preference to <code>loadData</code> for back button support. The snippet below is an example of loading <code>default.html</code> in your view controller.</p>
Expand Down

0 comments on commit 56ed53b

Please sign in to comment.