Posts by Guilherme Lima • 69 points
7 posts
-
-1
votes1
answer689
viewsA: Google Maps is not showing
Change the height of your #map #map { height: 80%; border-radius: 16px; }
-
0
votes1
answer68
viewsA: Xamarin Webview with angular
solved, it was the way I used to map the Response within my service-proxy.
-
1
votes1
answer81
viewsA: Capture Image Attributes with Javascript or Jquery via Url
Use the function below var tmpImg = new Image(); tmpImg.src="https://www.google.com/intl/en_com/images/srpr/logo3w.png"; //or document.images[i].src; $(tmpImg).one('load',function(){ orgWidth =…
-
0
votes1
answer101
viewsA: Xamarin Forms - How to make Datime.Now dynamic?
You need to give a setProperty to inform the view that you have had a change in the variable implements the class : Bindablebase and an example of what your variable would look like private string…
-
0
votes2
answers180
viewsQ: Xamarin Webview Keyboard above the site
I have a project in Xamarin Forms, with a webview inside it. When clicking on any input the keyboard appears, but overrides the html page input. someone knows how to solve?
-
1
votes2
answers687
viewsA: Angular 2: My component does not work on index
Enter the tag within the app.component.html that will work.
-
2
votes1
answer68
viewsQ: Xamarin Webview with angular
I have a Webview rendering a site in angular, but in some pages it works smoothly and in others it does not, when I post a post it from the error of Xmlhttprequest due to access control checks. I…