I'm learning Sproutcore at the moment to write my application on it.
The backend will only be a server that pushes json out to the frontend Sproutcore application.
I wonder how it will be when I use PhoneGap or Titanium to port my app to the mobile phones.
How much of the current Sproutcore application do I have to rewrite? Is it only the views and thus leaving the controllers and models untouched?
Cause Sproutcore offers a lot of UI and I guess I have to replace those if I want my app to look native (iPhone buttons, lists etc).
Any guides/tutorials on how it will look like when I combine Sproutcore with Phonegap or Titanium?