Thanks I’ll read it!
Best posts made by gaguerrero
-
RE: How can I add thid parts javascript libraries to a Quasar .vue page?
-
RE: App auto update for ios and android
I have tried using codepush and the experience was good, it worked fine. Thank you!
Latest posts made by gaguerrero
-
RE: App auto update for ios and android
I don’t know, in my case I did the tests with the plugin for cordova provided by mircosoft and it worked perfectly!
-
RE: App auto update for ios and android
I have tried using codepush and the experience was good, it worked fine. Thank you!
-
RE: App auto update for ios and android
Thank you very much, I’ll give it a look!
-
App auto update for ios and android
Is there a relatively easy way to make the application update itself by downloading the new version from a server? Thank you!
-
RE: Obfuscate code
Thanks! works perfect, is it possible to exclude vendor.js file? I can’t tell by reading the uglify documentation.
-
RE: Obfuscate code
Does anyone know how to exclude the vendor.js file from the obfuscation process? Thanks
-
Obfuscate code
I want to be able to obfuscate the source code of my mobile application, to make it difficult even partially to understand it.
Is there any way to do it? Thank you