I am using the accordion control. It looks fine on a desktop browser but doesn’t look good on a phone, the sizing is very small.
You should be able to see this in the screen grabs (wj1.png is on a desktop, wj2.png is a phone).
I don’t have any responsive stuff setup, the app is at the defaults as far as this goes.
I am running v2.2
I did try the monkeying with the responsive settings at the bottom of the designer (changed to phone) but that didn’t seem to do anything so I switched it back to default.
Thanks for any assistance.
Shawn R
Hi Shawn,
This issue is fixed with Wisej 2.5.23.
Best,
Alaa
Hi Shawn,
In addition to Kevin’s answer,
The Client Profiles at the bottom of the designer are used as a way to style the application for any given client device. The client profile matches the user-agent and browser specifications of the client-device.
You can find more information on custom client profiles here: https://docs.wisej.com/docs/controls/general/responsive-properties,
When you click one of the options (i.e. Phone), you can change any control’s property for that specific device. Responsive properties have a “Responsive” icon (attached image, see the red highlights):
You can also find a sample here: https://github.com/iceteagroup/wisej-examples/tree/2.5/Responsive.
If anything is unclear, please let me know!
Happy Holidays!
Levie
Hi Haas,
You must add thave his line:
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
on Default.html <head> before wisej.wx and phone device will scale correctly
Best,
Kevin (ITG)
Please login first to submit.