0

I test app with Ripple for webOS, I get:

Uncaught ReferenceError: PalmServiceBridge is not defined 

enter image description here

Is this a Ripple bug?

CAMOBAP
  • 5,523
  • 8
  • 58
  • 93

1 Answers1

1

I would say it's a bug with Ripple. If it's going to emulate webOS devices it'll need to provide a shim for PalmServiceBridge. I'm not very familiar with Ripple so I'm not positive how it's supposed to do its magic.

Pre101
  • 2,370
  • 16
  • 23
  • Can you please provide me link to guid, which help me with debug web apps for webOS? – CAMOBAP Oct 08 '12 at 06:57
  • 1
    Sorry for really long delay, didn't see this question! Here are some links that might help: http://beckism.com/2011/04/remote-debug-webos/ https://developer.palm.com/content/api/dev-guide/mojo/basics-tools.html#tools-to-test-and-debug-webos-applications – Pre101 Nov 07 '12 at 03:02