Thread
:
Develop Pre Apps in Safari Without SDK
View Single Post
Member:
predan
at: 08:34 AM 06/11/2009
Thanks for verifying that it works for you. It should also work in Firefox 3.1 (the Mojo framework code requires support for document.querySelectorAll() which is not supported in Firefox 3.0) but I have not verified this.
As for whether it will run the other apps, I don't know yet. I plan on exploring this more. I'd imagine that there would be issues if the app tried to do something like use GPS services that aren't present in a desktop browser. The good news is that since we have the code for Mojo, it should be possible to stub those calls and provide canned answers for testing.
My hope is that this will allow anyone to get an application written and debugged without having to mess with loading the code onto the device and then use one of the methods that others have found so far for getting that code onto the device for final verification.
Once the SDK is released this will all be irrelevant anyway, but I just couldn't wait to start getting into things.
Reply