@biranchi125 wrote:
The google maps is displayed when the page is loaded.
But when the ion-segment is toggled , the maps is not displayed.
Below is my ionic 2 code:
Map
Messages
<div *ngSwitchCase="'activity'"> <div #map id="map"></div> </div> <div *ngSwitchCase="'messages'"> Some text..... </div>
Posts: 1
Participants: 1