Здравствуйте, кто-нибудь может помочь мне исправить это?
В моем браузере рабочего стола мой фрагментный просмотр работает нормально, но на моем мобильном телефоне нет ...
Рабочий стол
Мобильный
это мой вид:
<core:FragmentDefinition xmlns="sap.m" xmlns:core="sap.ui.core" xmlns:custom="meusapps.testeAppOpenUI5.control">
<ScrollContainer id="root1" horizontal="false" vertical="true" height="100%">
<List id="listaProposta" headerText="Propostas em Tramitação" items="{ path: 'modelProposta>/'}">
<CustomListItem >
<HBox width="100%">
<HBox width="75%">
<HBox alignContent="Center" alignItems="Center">
<Avatar src="{modelProposta>detalheAutores/ultimoStatus/urlFoto}" initials="{modelProposta>initials}" displaySize="M" showBorder="true"
class="sapUiSmallMarginBegin sapUiSmallMarginTopBottom"/>
</HBox>
<VBox class="sapUiSmallMarginBegin sapUiSmallMarginTopBottom">
<Label text="{modelProposta>proposta/siglaTipo} {modelProposta>proposta/numero}/{modelProposta>proposta/ano}" design="Bold" wrapping="true"/>
<Label text="{modelProposta>proposta/ementa}" wrapping="true"/>
</VBox>
</HBox>
<HBox width="25%">
<VBox class="sapUiSmallMarginBegin sapUiSmallMarginTopBottom">
<HBox alignContent="Center" alignItems="Center" class="sapUiSmallMarginBottom">
<Button icon="sap-icon://thumb-up" type="Accept" press="onAgreePress" class="sapUiSmallMarginBegin sapUiMediumMarginEnd roundButton"/>
<Button icon="sap-icon://thumb-down" type="Reject" press="onDisagreePress" class="sapUiMediumMarginEnd roundButton"/>
<Button icon="sap-icon://decline" press="onRemovePress" class="roundButton"/>
</HBox>
<custom:Rating id="pi-with-animation" class="sapUiSmallMarginBottom sapUiSizeCompact" percentValue="50" displayValue="50%" state="Success"
displayOnly="true"/>
</VBox>
</HBox>
</HBox>
</CustomListItem>
</List>
</ScrollContainer>
заранее спасибо