Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

The Ripple plugin for Chrome emulates most of the PhoneGap APIs, but I'm using a third-party piece of software that uses APIs such as PhoneGap.exec() and PhoneGap.stringify() and so far as I can see I don't get those in the Ripple environment.

My work-around is to hack those methods into PhoneGap at a late stage in the initialisation. This does seem to work but feels like a kluge.

Questions:

1). Is there a trick to making such APIs available in Ripple?

2). Any suggestions for a clean work-around?

share|improve this question

1 Answer

I think the ripple is still in beta mode if you are talking about the ripple from rim. I know previously with rim html5 implementations that there was a config file where you could specify services you would use from the phone.... Maybe within that same config file you can specify certain methods the key would be to find the ripple implementation of that config file and check if that option actualy exists...

share|improve this answer
Thanks, so far as I can tell the version I'm using simply doesn't have the code for the missing methods. – djna Dec 15 '11 at 6:51

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.