Posts by Leonardo Vinicius Freitag • 107 points
8 posts
-
1
votes1
answer336
viewsA: How to resolve Marker error using Leaflet + React-leaflet?
I just posted, and I found the solution: I added the following code: import L from 'leaflet'; import icon from 'leaflet/dist/images/marker-icon.png'; import iconShadow from…
-
0
votes1
answer336
viewsQ: How to resolve Marker error using Leaflet + React-leaflet?
Following the guidelines of Leaflet’s documentation: https://leafletjs.com/examples/quick-start/ Similarly, following the React-leaflet guidelines for installation:…
-
0
votes1
answer38
viewsA: Angular, Firebase Realtime Database, json image
The matter has been resolved. The problem was at the time of conversion, was not in Base64. Att. Leonardo Freitag
-
-1
votes1
answer38
viewsQ: Angular, Firebase Realtime Database, json image
I have a mobile application that stores the photos in a database and sends them in json format to a Realtime Databse from Firebase. I’m developing a web application with Angular, I can get the data…
-
0
votes1
answer31
viewsA: Contextcompat.Checkselfpermission . NET Standar 2.0
I was able to understand the process. It was enough to build the code in Mainactivity.Cs and things worked out. Here is an interesting link for anyone trying to understand this issue of the…
-
1
votes1
answer31
viewsQ: Contextcompat.Checkselfpermission . NET Standar 2.0
I’m racking my brain and looking for a code example that asks for permission to some feature (camera, GPS), and everyone I meet makes use of Contextcompat.Checkselfpermission, but the…
-
5
votes1
answer52
viewsA: plugin.media error
Replaces the following line: android:authorities="${applicationId}.fileprovider" for android:authorities="com.companyname.ReporOnLine.fileprovider" I cleaned the solution and recompiled, everything…
-
3
votes1
answer52
viewsQ: plugin.media error
I’m trying to use the Media Plugin for Xamarin and Windows with the Visual Studio Community 2017. An android app that should have the ability to take some photos. I followed the following…