我有一個簡單的html文件:如何用angular2和typescript隱藏android操作欄?
<StackLayout orientation="vertical" actionBarHidden="true">
<Image src="res://buy" stretch="none" horizontalAlignment="center"></Image>
</StackLayout>
但是當我使用:
<Page actionBarHidden="true">
<StackLayout orientation="vertical">
<Image src="res://buy" stretch="none" horizontalAlignment="center"></Image>
</StackLayout>
</Page>
它打破了網頁.. 不是隱藏操作欄和有內容之間的巨大利潤率行動酒吧。
我使用angular2和打字稿爲我的應用程序。
我的錯誤是什麼?
任何幫助非常感謝!
謝謝,但現在我得到的錯誤屬性頁面不存在類型的HomePage(我的課程) – olivier
是的,我發現,以及,謝謝 – olivier
你需要指定一個頁面,我會更新我的代碼。 –