Tyler Frankenstein
Tyler Frankenstein
@mkinnan There has been some movement, it has been happening here: https://github.com/signalpoint/DrupalGap/issues/455 It's got quite a ways to go, but is paving the way for a more unified file experience...
This is a good indication of the status too: https://www.drupal.org/project/usage/drupalgap As you can see DG7 has peaked, and a DG8 launch should hopefully send the chart the other direction..
Oh, one huge thing I forgot to mention: # The DrupalGap 8 SDK works with Drupal 7 Websites too There aren't any docs on this yet (contact me or submit...
@mkinnan We won't use local storage because we'll assume the submitted data is sensitive and shouldn't be laying around in local storage. The developer will still have the choice in...
FYI, this branch is super unstable at the moment with any pages the don't have a Form on them, derp... ``` dg.Form.prototype.getForm = function() { }; ``` This function is...
``` /** * @TODO the fact that you're using "self" all over the place is sketchy, and I believe instead we should be using * .call() and/or .apply() to properly...
@coolman7 jQuery Mobile Grid support for Views Render Arrays has been added for DrupalGap: http://docs.drupalgap.org/7/Views/Displaying_a_View/Views_Render_Array As for redrawing it upon device change, use `hook_deviceready()` to attach an orientation change listener,...
@sangasgar Put them in the `path`: ``` path: 'newobiavlenia1.json&field_plochad_value_1=**min_plochad_filter**&field_plochad_value=**max_plochad_filter**&field_tip_obiavlenia_value=**tip_obiavlenia**', ```
@luxio The latest dev snapshot of `jdrupal.min.js` (I really need to release another recommended release soon) has some big time improvements to `error` handling when using jDrupal's Service Resource layer....
> What is our plan to upgrade our SDK to utilize underlying JQuery-3.4.0.min.js I am no longer able to support DrupalGap 7 (which is built on top of jQuery). I'd...