On Github AlekzZz / jmvc-mobile-presentation
by Aleksandr Strutynskyy
Total : 28 files (738 kb)
Main road block: Site have to be rebuilt from scratch
$.Controller('Common.Products.List', { defaults : { container : '.products-list', cid : null, pageModel : Common.Models.Page, pageEvent : 'change', productModel : Common.Models.Product, productEvent : 'render', view : '//common/products/list/views/list.ejs' } }, { render : function(data) { ... } });
Common.Products.List('Mobile.Products.List', { defaults : { container : '#mobile-products-list', categoryModel : Common.Models.Category } }, { '{pageModel} {pageEvent}' : function(modelClass, ev, page) { ... } });
Mobile.Products.List('IOSMobile.Products.List', /** @Static */ { defaults : {} }, /** @Prototype */ {});
PhoneGap is a free and open source framework that allows you to create mobile apps using standardized web APIs for the platforms you care about.
Maximize your productivity while minimizing production time. Target iOS, Android™ and Windows® Phone 8 all with a single codebase.