Bron Davies
Bron Davies

Reputation: 6004

Android - phonegap loadUrl with hash tag

I recently upgraded a project from a very old phonegap release to cordova 1.7.0 and it is trying to load a web page into the webView using loadUrl with a url like this:

http://www.example.com/blog-page-123#showComment=45

but it throws an Uncaught ReferenceError: showComment is not defined at http://www.example.com/blog-page-123#showComment=45:1

What's up?

Upvotes: 0

Views: 985

Answers (1)

Related Questions