Hello to all,
Here is a new DecSoft App Builder with the below changes, fixes and enhancements:
Hello to all,
Here is a new DecSoft App Builder with the below changes, fixes and enhancements:
Hello Asley,
Maybe you want to investigate a bit more, for example, here in this Electron's issue. The basis can be the below piece of code:
Please, post here if you have any further questions!
Hello to all,
Here is a new DecSoft App Builder with the below changes, fixes and enhancements:
Hello to all,
Here is a new DecSoft App Builder with the below changes, fixes and enhancements:
Hola Juan,
Lamentablemente, es Facebook quien no soporta sino poder compartir una URL, de modo que en este caso se toma el argumento URL, pero, el texto, simplemente, se ignora, porque, no hay lugar donde situarlo en la URL "https://www.facebook.com/sharer/sharer.php", que, es la utilizada para "compartir en Facebook".
Si la app fuese híbrida (hasta ahora estoy enteniendo que no, que se trata de una app que correrá en un navegador), esto es, si se compilase con Apache Cordova, tal vez podría usarse algún plugin para Apache Cordova que ofreciese más opciones.
Facebook parece proporcionar también otra URL "para compartir" que tampoco admite texto alguno, pero, sí otros argumentos que acaso quisiera utilizar, Juan, eche un vistazo en este sitio web.
Hello to all,
Here is a new DecSoft App Builder with the below changes, fixes and enhancements:
Hola Juan,
Creo que podría añadirse, aunque, en efecto, en realidad no haría falta, esto es, añadir el soporte para Whatsapp implica únicamente utilizar esta URL: "https://api.whatsapp.com/send". Al menos acabo de probar que funciona bien en navegadores tanto de escritorio como para móviles. Es decir, se trataría de usar el siguiente código:
Con Telegram debe haber alguna URL similar que pudiera usarse... Por favor, pruébelo y pregunte aquí si tiene alguna duda.
Hola Juan,
En principio, el código anterior funciona "tal cual", es decir, sin necesidad de control "Share" en la vista.
Hola Jordi,
Sí; echa un vistazo a las opciones de la app -> Cordova -> Electron -> Settings. Verás un par de enlaces / botones a izquierda y derecha: si pulsas el primero, obtendrás un ejemplo de configuración tal como el que ves abajo:
Si pulsas sobre el otro enlace / botón, verás documentación sobre las opciones de configuración.
Hola Juan,
Si no me equivoco, lo siguiente podriá servirle:
Hola Jordi,
No sé si lo entiendo bien, pero, para recorrer una variable "Report.Data" en AB1 podrías usar algo como lo siguiente:
Hello Ryan,
Since what DecSoft App Builder produce is an HTML + CSS + JavaScript app, the answer is yes, you can edit and continue working "as is" with the produced app (files) without using the IDE, even when this, of course, is not the recommended way... if you use the IDE to create that app: but it's possible, if necessary.
P.S. I know you have licenses for both the previous generation and the new generation of DecSoft App Builder. Of course, the new generation is recomended for new proyects, Ryan.
Hello Samuel,
Your welcome! You know the Apache Cordova Media plugin allows to record audio files and to reproduce audio files. However, the integration that I made refers only to the record audio files, because, in fact, we can already reproduce audio files using Audio JavaScript objects or the AudioPlayer control.
In the case of the "CordovaMedia" sample app I use an AudioPlayer control in order to reproduce the recorded audio file. Note, however, that the "app.cordova.media.startRecord()" method, returns a "media object instance", that we must use later with the "app.cordova.media.stopRecord()".
But the referred "media object instance" is an instance of the provided plugin's object from Apache Cordova, and, this means in act that we can use this instance variable to call all the available plugin's methods described in the plugin's documentation.
Why I did not include that methods in the plugin's integration? To maintain the plugin as easy as possible, and, because, in other hand, the audio reproduction related methods did not appear interesting (since we can reproduce the audio in other ways), and because other methods are platform specific.
Maybe you enter in troubles due to the requirement of the plugin to provide a file path, in which the recorded audio must be saved. The solution is the also integrated Apache Cordova File plugin, as you can see in the "CordovaMedia" sample app. In fac the integration of the Apache Cordova file has been rewritten from the scratch in the new AB release, as you can see in the help and also in the "CordovaFile" sample app.
I recommend you to take a look at the referred "CordovaMedia" and "CordovaFile" samples, and, just post here if you have any further question about!
Hello Samuel,
Maybe this new AB release can be useful to you. Take a look!
Hello to all,
Here is a new DecSoft App Builder with the below changes, fixes and enhancements:
Everybody can read the DecSoft support forum for learning purposes, however only DecSoft customers can post new threads. Purchase one or more licenses of some DecSoft products in order to give this and other benefits.