Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have heard that, extension objects does not work like other objects if we are rotating the iPad.
Can anyone please let me know, the list of extension objects which can be used so that, it will not impact the design and structure of the dashboard.
or
Can we overcome the issue, somehow.
Please let me know your inputs, asap, as its a urgent POC for us.
Thanks & Regards,
MK
Hi Meetmrudul,
"I have heard that, extension objects does not work like other objects if we are rotating the iPad."
This is wrong. Extension objects have to be designed in such a way that it is responsive to the device and resolution. May be there are a few extensions which were not developed to adapt to different devices. So I would suggest you to test the extension on multiple devices before deploying it. Even if its not responsive you can edit the extension to make the visualization responsive and work across various devices.
Thanks and Regards,
Sangram Reddy.
Even if its not responsive you can edit the extension to make the visualization responsive and work across various devices....
Can you please elaborate this
The extension which you are using must have a CSS file or the HTML elements using CSS properties. If we use the appropriate properties like
for example: <Div styles="width:200px;height:400px"></DIV>
use: <Div styles="width:50%;height:100%"></DIV> - this makes the div responsive