I want to change the popover width of only 1 page. I tried this:
I do not want to use this $popover-ios-width
in variable.scss files
since it changes the width on all pages.
I want to change the popover width of only 1 page. I tried this:
I do not want to use this $popover-ios-width
in variable.scss files
since it changes the width on all pages.
I do not know if it will still suit you, I found the same problem, but modifying the global variable scss configuration did not help me because I used multiple PopoverControllers in the project the only way I managed to do it is the following:
You can create a custom class for only this popover and pass it in the
cssClass
on it's optionslet's say you have this:
In your popover creation you'll just insert it as the cssClass on the options
Hope this helps :D
@gabriel-barreto's answer is totally fine. However, I guess it needs an additional consideration in other versions.
In Ionic 3.6 the custom class is added to the
<ion-popover>
element. In order to override the default width rule set in.popover-content
class, your selector should be: