【发布时间】:2019-05-02 04:32:15
【问题描述】:
我正在尝试在 ionic 4 中的 google 地图上放置一个搜索栏,就像您在 GoogleMaps 应用中看到的那样,但我无法显示它。
这是我的代码:
<ion-content #map id='map' >
<ion-searchbar #searchBar></ion-searchbar>
</ion-content>
#map {
width: 100%;
height: 100%;
z-index: 1;
position: absolute;}
#searchBar {
display: block;
z-index: 999;
position: absolute;}
我一直在使用 z-index 和位置,但它不起作用。这有什么线索吗?
感谢您的帮助
【问题讨论】:
标签: google-maps ionic-framework searchbar