无法在Xamarin Forms混合网络视图中加载Google地图

时间:2018-09-18 13:15:57

标签: javascript html xamarin webview xamarin.forms

我正在尝试在Xamarin Forms应用程序中加载google map。我需要绘制徒手绘制的圆,多边形等。Xamarin.Forms.Map中没有此功能。因此,我尝试了此link。它工作正常,但是当我尝试在其中加载Google地图时,它显示的是白屏,而不是Google地图。我也尝试过使用Google Map JS API密钥和android密钥进行相同的操作,但是没有运气。同一页面正常工作,并且在移动浏览器中显示google map,但在网络视图中不工作。

这是我的html页面的代码,该页面在所有浏览器中均可正常运行,我需要在Xamarin Forms Hybrid Web视图中显示相同的内容。预先感谢。

Toy delegate :house, to: :pet
  /* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
      #map {
        height: 50%;
      }
      /* Optional: Makes the sample page fill the window. */
      html, body {
        height: 100%;
        margin: 0;
        padding: 0;
      }

0 个答案:

没有答案