Я сталкиваюсь с проблемой в ScrollView
при реализации внутри Radsidedrawer
.
Следующий фрагмент кода был Radsidedrawer Main Content Code
<StackLayout tkMainContent>
<StackLayout [visibility]="isContentVisible ? 'visible' : 'collapsed'">
<ng-content></ng-content>
</StackLayout>
</StackLayout>
Файл MyComponent
<ActionBar title="Change Password">
</ActionBar>
<side-drawer>
<GridLayout rows="auto,*" column="auto" class="page">
<StackLayout row="0" column="0" orientation="vertical" class="main-parent">
.....
</StackLayout>
<Image height="10%" id="cpImage" row="1" column="0" class="ads" stretch="aspectFill" (tap)="NavigationToWeb()"></Image>
</GridLayout>
</side-drawer>
Образцы изображений
Я упомянул пустое пространство красным цветом, оно встречается только в iOS