IMA SDK Team |
Hi Haruhiko,
Thank you for explaining the issue in detail.
I will check with our team regarding your query and one of my team members will reach out to you once we have an update. Meanwhile, your patience is appreciated.
Hi Haruhiko,
The creative requests ad resize by posting a SIMID:Creative:requestResize message.
The player must not resize the ad unless it can change the dimensions of both media element and SIMID iframe to the values specified by the Creative:requestResize message.
Note: the message requestResize must not be used to change screen mode. See the §â¯4.4.10 SIMID:Creative:requestFullscreen and §â¯4.4.11 SIMID:Creative:requestExitFullscreen messages.
dictionary MessageArgs
{
  required Dimensions mediaDimensions;
  required Dimensions creativeDimensions;
};
dictionary Dimensions
{
  required long x;
  required long y;
  required long width;
  required long height;
};
mediaDimensions
Media element size and coordinates.
creativeDimensions
SIMID iframe size and coordinates.
4.4.15.1. resolve
The player replies to requestResize with a resolve if it has resized the ad and set the dimensions to the values specified by the requestResize message.
4.4.15.2. reject
The player responds to requestResize with reject when it ignores the message or is unable to complete the resizing.
|
Hi Haruhiko,
I'm sorry to say that I do not yet have an update from our engineers on this issue, but I have reached out to request an update for you. I will reach out as soon as I hear back.
Thanks,
Â
|