0

I have already successfully displayed hello world on the android screen, but every time I tried to link to jquery script the screen has a blank. But when I remove this script, I get a normal view

My full link script that give a blank screen is

<script type="text/javascript" charset="utf-8" src="phonegap-1.1.0.js"></script> <link rel="stylesheet" href="jquery.mobile.min.css" /> <script src="jquery-1.4.4.min.js"></script> <script src="jquery.mobile.min.js"></script>

Please help me how to configure jquery using phonegap. I already place it under www folder

1
  • try using a higher version of jquery... 1.6.1 maybe Commented Oct 18, 2011 at 13:47

1 Answer 1

2

See here for four examples of using PhoneGap and jQuery Mobile. Instructions, videos and code are available.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.