mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00
16 lines
386 B
HTML
16 lines
386 B
HTML
<ion-navbar *navbar>
|
|
|
|
<ion-title>
|
|
Scroll
|
|
</ion-title>
|
|
|
|
</ion-navbar>
|
|
|
|
<ion-content>
|
|
|
|
<ion-scroll scrollX="true" scrollY="true" style="width: 100%; height: 100%">
|
|
<div style="width: 3460px; height: 3008px; background: url('https://upload.wikimedia.org/wikipedia/commons/3/32/Paris_7th_arrondissement_map_with_listings.png') repeat"></div>
|
|
</ion-scroll>
|
|
|
|
</ion-content>
|