node.js - best way for using famous in mobile meteor apps? -


i create example app (native ios/android) meteor , famous i´m little bit confused syntax of famous in meteor projects. looks there projects integrate famous packages meteor mjn:famous other projects use gadicohen:famous-views package.

i tried famous university tutorials , fine in meteor have use famous-views syntax like:

  {{#famouscontext id="mainctx"}}     {{#surface}}       full size surface     {{/surface}}   {{/famouscontext}} 

the famous-meteor thing not documentated , can't find tutorials how combine them because there many packages. whats best or right way integrate famous meteor native mobile apps?

you can use new package have created purpose. package name 'sgi:famous-angular'. package automatically includes 2 other packages: 1 loads angular , other loads famous you. package load current version of famous-angular. have sample app on github demonstrates how use package:

https://github.com/pavlovich/meteor-angular-famous-demo

the thing need keep in mind have include following css in main application css file in order ensure automatic layout in vertical dimension works correctly:

fa-app {     position: fixed;     top: 0;     right: 0;     bottom: 0;     left: 0; } 

if have further questions or comments, please let me know , see can out.


Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -