Is there any way to download documents stored in a mysql
database, in my aplicativo híbrido cordova
?
Is there any way to download documents stored in a mysql
database, in my aplicativo híbrido cordova
?
There is more than one way to do this, but the simplest is to create a Web Service.
What you need to do is choose a Web programming language that you have knowledge of and use it to talk (fetch data) from the database. Then within your application you use JavaScript to make requests for this data. Simple HTTP requests should already resolve, but remember CORS , which always causes problems in Cordova applications.