On May 23, 2014, at 8:50 PM, Aaron Vegh <[email protected]> wrote: > I'm doing some initial research into deploying an iOS app using a CouchApp, > serving its views into UIWebViews in a wrapper app of sorts. I note a brief > mention of using PhoneGap for this purpose > (http://docs.couchbase.com/couchbase-lite/cbl-concepts/#what-about-couchapps) > but I'm leery of using PhoneGap, primarily because I want to leverage the > same technology to create a Mac version of the same app.
I would just go ahead and use PhoneGap; otherwise you'll be reinventing most of what it does. Even if you wrote your own UIKit wrapper code, it's still iOS-only, so you'd still need to write new code for a Mac OS version. --Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/BFAF3B71-E58C-40F8-BAAF-34A1CCB21D8C%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
