Stéphane Lux

Results 27 comments of Stéphane Lux

@rokoG could you try `$ cordova plugin add cordova-plugin-media-capture cordova-plugin-file-transfer cordova-plugin-dialogs --save` and build again. If still nothing happens when you click the button, could you share the output of...

@rokoG > Sorry but can you guide me through on how to get the javascript console output of my application? You mean guide to example.com/mobile-application and copy this js console?...

So you are able to select an audio file after pressing **Upload Audio**? Have you enabled the file create_raw service on your Drupal Site?

Does the user have the permission "Save file information"? Have you checked the "Recent log messages" on the Drupal site?

@majuril Thank you for trying. Could you try to use a `file` field instead of the `Multimedia asset` field. Does the media appear when viewing it in a browser?

Could you check the variable `services_allowed_extensions` with `drush vget services_allowed_extensions`. It looks like the file extension is not included.

@majuril You may have to update to the dev version of the services module or apply the patch at: https://www.drupal.org/node/2502281

@muhammadafzaal Are you using an Image Field or a Media Field? Have you checked the logs of the App and Drupal for Errors?

@signalpoint That is exactly how I want to solve it.

@signalpoint What do you think about this approach: ```javascript function drupalgap_goto(path) { // ... // Invoke all implementations of hook_drupalgap_goto_preprocess(). let goto_preprocess_invocation_results = module_invoke_all('drupalgap_goto_preprocess', path, options); if (goto_preprocess_invocation_results) { for...