We are developing an enyo app for Web OS 2.0 platform. We are using the enyo Luna services to access the media database (luna://com.webos.mediadb).
When we deploy the app on the device we get an error "Palm Services Bridge not found".
Any additional library needs to be installed to overcome this error?
0 ·
Comments
Did that error occur on-device or when run from a browser? The core window.PalmServiceBridge object that powers enyo-webos is only found on-device. You can use MockRequest to read mock data from json files to test around this limitation, but to truely see the service working live you'd need to test on-device.