Page 1 of 1
Combining or Integrating: Native and Tiggzi
Posted: Wed May 23, 2012 4:44 pm
by marvinbleiberg
I have a native app for iOS, and would like to extend its capability by adding new features built with Tiggzi (instead of doing more native development for iOS). Is there a way to do this, or at least to build new features in Tiggzi so that they inter-operate with the native app?
Combining or Integrating: Native and Tiggzi
Posted: Wed May 23, 2012 4:48 pm
by maxkatz
In Tiggzi, you start with a mobile web app and can make a hybrid app with PhoneGap (mobile web app inside a native shell). But, there is no option to combine actual native development.
Combining or Integrating: Native and Tiggzi
Posted: Wed May 23, 2012 4:51 pm
by marvinbleiberg
So the best I could do would be to share data across these two, via storage on the device?
Combining or Integrating: Native and Tiggzi
Posted: Wed May 23, 2012 4:52 pm
by maxkatz
If you have a native app, I don't believe it can access the browser local storage...
Combining or Integrating: Native and Tiggzi
Posted: Wed May 23, 2012 4:59 pm
by marvinbleiberg
Didn't realize the browser and native storage were distinct and inaccessible by the other. Any suggestions for a workaround?
Combining or Integrating: Native and Tiggzi
Posted: Wed May 23, 2012 5:04 pm
by maxkatz
I guess one option is to use a cloud database to share data.