Posts by Estevoliveira • 109 points
7 posts
-
0
votes0
answers360
viewsQ: How to use Addeventlistener() in vueJs
I’m doing a function of my project and need to use the event addEventListener() but you’re making a mistake: excluirVariante:function(v){ console.log(this.$el.querySelector('#op_nao'));…
-
0
votes0
answers292
viewsQ: Error doing npm install on my Ionic project
When I give the npm install command in the project it shows me this error, which can be ? bash-3.2$ npm install npm ERR! code ETARGET npm ERR! notarget No compatible version found:…
-
1
votes1
answer263
viewsQ: I want to use Web sql but I’m not able to create table or insert information in it
let db = openDatabase('produto_teste','1.0','banco de dados para cadastro do produto',2*1024*1024); db.transaction(function(tx){ tx.executeSql('CREATE TABLE IF NOT referencia(\ id INTEGER NOT NULL…
-
4
votes1
answer7602
viewsQ: How to Know which version of Ionic is being used in my project
I am working on an Ionic project at my company, but I do not know which version it was made, and who did not work in the company anymore, how do I find out in which version it was created?
ionicasked Estevoliveira 109 -
0
votes0
answers43
viewsQ: I emulated my project IONIC 2 on android and it from ERRO
I emulated my project IONIC 2 on android and got the white screen and appeared the following ERROR: EXCEPTION: Error in ./MyApp class MyApp - inline template:16:2 caused by: Connection is not…
-
2
votes2
answers2070
viewsQ: How do I emulate an Ionic 2 application on the tablet, and also as Gero a . ipa and . apk?
I want to emulate my Ionic 2 application on the tablet but I can’t, I’ve already uploaded an Ionic cloud but only works in the Ionic view app, I’ve also used Ionic emulete and Ionic run, but when I…
-
0
votes2
answers93
viewsQ: When I use this permission an error occurs in the WHOLE. What do I do?
When I use this permission an error occurs in the WHOLE. What I do? if (ActivityCompat.checkSelfPermission(this, Manifest.permission.ACCESS_FINE_LOCATION) != PackageManager.PERMISSION_GRANTED…