IPInfo is currently only available on desktop. We can make it available on mobile too by adding the following to the `ext.ipInfo` module in extension.json:
```
"targets": [
"desktop",
"mobile"
]
```
### Infobox on Contribs
There are two Contribs pages on mobile and we should display the information box on both.
|Normal|Advanced setting enabled|
|---|---|
|{F34918842}|{F34918844}|
|**Positon:** The IP info box should appear after the //For 101…// line and before the Search box (same as desktop)|**Positon:** The IP info box should appear after the IP address and before the dates start|
The accordion itself will have the same information and order as the desktop version, the columns would appear one after the other instead of side-by-side:
{F34918848}
See {T288718}
### Popup
However, the OOUI PopupElement is buggy in mobile (which tends to use drawers instead), e.g.:
{F33918572}
@Prtksxna @Niharika Since the design is going to change anyway, would you be happy to defer enabling on mobile until after the design is finalised?