Edvaldo Lima

Results 4 issues of Edvaldo Lima

To the code: ``` #app{ background-image: url('../img/background.jpg'); } ``` The image background is not found, to work: ``` #app{ background-image: url('img/background.jpg'); } ``` To solved the problem remove _**../**_

I have the following code snippets: In NativeScript-Vue. ```xml ``` ```xml disableZoom="false" disableRotation="false" disableScroll="false" disableTilt="false" @mapReady="onMapReady($event)" ``` ```javascript onMapReady(args) { args.map.addMarkers([ { lat: -5.852365494, lng: -35.36503315, title: "U S F...

![image](https://user-images.githubusercontent.com/12137008/124769773-21888d00-df10-11eb-8f56-8b215f81b788.png) As we can see from the print, the modal presents the affirmative actions on the left side, and the negative actions on the right side. By changing the actions,...

Translation for brazilian portuguese, pt-BR **Why submit this pull request?** - [ ] Bugfix - [x] New feature provided - [ ] Improve performance - [ ] Backport patches **What...