Note that there are some explanatory texts on larger screens.

plurals
  1. POCSS files not included in Xcode, phoneGap. But they work in browser
    primarykey
    data
    text
    <p>Here is my html code:</p> <pre><code>&lt;!DOCTYPE html&gt; &lt;!-- test app --&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt;jQuery Mobile page&lt;/title&gt; &lt;meta charset="utf-8" /&gt; &lt;meta name="viewport" content="width=device-width, initial-scale=1"&gt; &lt;link rel="stylesheet" charset="utf-8" href="http://darrenvenn.com/greenie.min.css" /&gt; &lt;link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile.structure-1.2.0.min.css" /&gt; &lt;script src="http://code.jquery.com/jquery-1.8.2.min.js"&gt;&lt;/script&gt; &lt;script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"&gt;&lt;/script&gt; &lt;title&gt;test app&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;div data-role="page" data-theme="a"&gt; &lt;div data-role="header" data-position="inline"&gt; &lt;h1&gt;Sample Header&lt;/h1&gt; &lt;/div&gt; &lt;div data-role="content" data-theme="a"&gt; &lt;input type="button" value="selection 1" onclick=""/&gt; &lt;p&gt; &lt;input type="button" value="selection 2" onclick="" /&gt; &lt;/p&gt;&lt;p&gt; &lt;input type="button" value="selection 3" onclick="" /&gt; &lt;/p&gt;&lt;p&gt; &lt;input type="button" value="selection 4" onclick="" /&gt; &lt;/p&gt; &lt;/div&gt; &lt;script type="text/javascript" src="cordova-2.2.0.js"&gt;&lt;/script&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>When I run this from a browser it finds the greenie.min.css file just fine. When I run it in PhoneGap/Xcode it does not load the css, ever. Wondering why my css won't load in PhoneGap when it loads fine in the browser. I've tried in many different ways, using the plain and min version, loading locally and loading from url, nothing works, nothing.</p> <p>This should be so simple!...</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload