|
Post by Super Admin on Dec 4, 2016 1:23:34 GMT
Please write what is your set of HTTP/CSS/JS frameworks/tools you use for development of Rhomobile applications. Please explain your choice.
Thank you.
|
|
|
Post by lothcor on Dec 11, 2016 5:04:09 GMT
Currently using Framework7. Main reasons are the platform specific themes and performance (especially lists, their 'virtual list' is super responsive with large datasets, tested with 10k items loaded from db)
Add this with WKWebview for iOS and crosswalk for android and the app is buttery smooth to use.
In the past have used teleriks kendo UI and have of course used JQuery Mobile like most.
|
|
|
Post by Vladimir Musulainen on Dec 11, 2016 18:31:42 GMT
Thank for your answer, lothcor.
And what are your target platforms: Android, iOS or WinMobile or all of them?
|
|
|
Post by jontara on Dec 13, 2016 2:20:07 GMT
How did you add WKWebview support? I know there is a third-party fork of Rhodes that has added WKWebView, but don't think it has been kept up-to-date with the latest?
Would love to see WKWebView support included.
Currently just use Bootstrap (client choice) on current projects, and jQuery Mobile still hanging in there on an older project. Lack of transitions with Bootstrap is made-up by increase in performance, and do have some fake "pages" ala JQM that are hidden/shown in drill-down scenarios. I need to take a good look at Framework7, as there still is a need for something more than Bootstrap and less than Angular, especially for Rhodes, where MVC is (or at least can be) handled by the built-in server. And, clearly, JQM seems done-for, I would not use it on a new project.
As for CSS, can't imagine living without Sass and Bourbon.
|
|
|
Post by lothcor on Dec 13, 2016 7:11:02 GMT
Thank for your answer, lothcor. And what are your target platforms: Android, iOS or WinMobile or all of them? Current targets are iOS and Android as project managers decided windows phone wouldn't be a priority though it is slowly climbing with cus toners wanting windows 8 + 10 tablet solutons so a cross windows design may eventually come around. Jon, current master branch supports WKWebview on device with the flags in rhoconfig set and a couple of options set in build.yml Can't remember what they are off the top of my head (I'm on my phone at the moment) but they are in the change logs. Just waiting on crosswalk implementation to be updated to bring the android app filet size down now.
|
|
|
Post by Alex Epifanov on Dec 13, 2016 8:19:54 GMT
|
|
|
Post by Dmitry Soldatenkov on Dec 13, 2016 13:07:15 GMT
How did you add WKWebview support? I know there is a third-party fork of Rhodes that has added WKWebView, but don't think it has been kept up-to-date with the latest? Would love to see WKWebView support included. ... Hi, We added WKWebView support in 5.5.0.7. Our releases can be downloaded from this : rhomobile.tau-technologies.com/index.htmlBut we found one major issue with call of Rhodes API from WKWebView and fix it after 5.5.0.7 was released. The fix is - github.com/rhomobile/rhodes/commit/028fd0629ee68dce4ba23b07a708681ceaa79ca7So you can use Master or wait few days - we will release 5.5.0.8 very soon. For WKWebView you should add to rhoconfig.txt next parameter: ios_use_WKWebView = 1 #default value is 0 #ATTENTION !!! this option works only with ios_direct_local_requests = 0 !!! Due to WKWebView does not support NSURLProtocol application must use WKWebView only with ios_direct_local_requests = 0 ! So it can produce issues if application works inside any MDM environment (like MobileIron etc.).
|
|
|
Post by mrossregaction on Dec 13, 2016 21:52:42 GMT
We are currently using the following:
Javascript:
requireJS jQuery 1.9.1 underscore.js backbone.js rhotendon (connect backbone with rho ORM) jquery mobile 1.4.5 moment.js
CSS:
jquery mobile 1.4.5
We are also researching moving to React JS and Material-UI to replace jquery and jquery mobile.
|
|
|
Post by Dmitry Soldatenkov on Dec 13, 2016 23:57:50 GMT
How did you add WKWebview support? I know there is a third-party fork of Rhodes that has added WKWebView, but don't think it has been kept up-to-date with the latest? Would love to see WKWebView support included. ... Hi, ... So you can use Master or wait few days - we will release 5.5.0.8 very soon. ... 5.5.0.8 was released - rhomobile.tau-technologies.com/index.html
|
|
|
Post by egghead on Dec 31, 2016 1:44:41 GMT
|
|