Tyler Frankenstein

Results 188 comments of Tyler Frankenstein

@luxio I would've expected that to work, here's the line in question: https://github.com/signalpoint/DrupalGap/blob/7.x-1.x/src/includes/go.inc.js#L242 This line could be suspect as well: https://github.com/signalpoint/DrupalGap/blob/7.x-1.x/src/includes/go.inc.js#L138 - perhaps the options are being overwritten, the code...

@sangasgar These docs should be helpful: http://docs.drupalgap.org/7/Widgets/Slider_Widget

@mafiname This may be related to these long standing issues: - https://www.drupal.org/node/2224803 - https://github.com/signalpoint/DrupalGap/issues/178 DG should properly handle `und` without issue.

@xiayangjun If there are two issues that need addressing, please create a separate for each in the future. no 1. - I'd need someone to use a debug trace on...

@pribeh You're welcome. Thank you for trying DrupalGap, and for taking the time to provide feedback on it. I agree the comment system can be improved. For starters... > comments...

@fkaufusi You'll need to enable USB debugging on your device, and use Chrome's "Inspect devices" tool to monitor the JavaScript Console Log and the Network activity. Both of those tools...

@tennist Will you please provide a screen shot of the issue? Thank you.

@tennist Is this plugin of use here? https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-statusbar/ I use that on all my iOS projects to keep the status bar from overlapping the DrupalGap app.

@mkinnan Do you have the `reloadPage` option set to true on your links to the `user/%/edit` page?

@nevkatz Please share some of your code for creating the radio buttons, and any code that may be trying to interact with those radios buttons.