ionic-popover

    2热度

    1回答

    我无法使其工作。弹出式调用代码是 presentPopover(myEvent){ //alert('invoke popup') let popover = this.popoverCtrl.create(PopoverPage, this.data); popover.present( { ev: myEvent }

    0热度

    1回答

    我越来越奇怪的问题,当我试图把我的popover.html中的ng显示,我的应用程序挂起。当我评论它我的应用程序工作正常。我很好奇,不知道我的代码里面出了什么问题。 这里是我的popover.html: - <ion-popover-view> <ion-content> <div ng-show="showsettingButton()"> \t <ion-item menu-

    0热度

    1回答

    我已经花了很多时间试图让我的popover看起来像我的愿望。 弹出窗口当前出现在屏幕中央。但我希望它的顶部和宽度等于设备屏幕50px。现在宽度似乎是我无法改变的一些固定数字。 我不想在全局范围内进行更改,所以我只需要它用于特定的弹出窗口。当前的代码,推出的是: let data:any; let options = {cssClass : 'speech-popup'}; let popove

    0热度

    2回答

    我有一个导航按钮应该表现出酥料饼 <ion-nav-buttons side="secondary"> <button class="button button-icon icon ion-more" ng-click="openPopover($event)"></button> </ion-nav-buttons> ,这是控制器 .controller('MyControlle