[SOLVED] Desktop Style application question

Answered
0
0

I have a desktop style application using the latest 1.5.x version. When accessing it from an ipad/phone its very awkward to use because when you try to swipe to scroll or move windows around it drags the entire screen. So the question is – if a ipad accesses the site -can I present a “non” desktop style app instead ? Maybe just foll pages and no the desktop windows ?

  • You must to post comments
Best Answer
0
0

Hi Edmond,

 

You should try adding Responsive Profiles to your application.  Right-Click your project > Add Item > ClientProfiles.json.

 

You can add a handler for the ResponsiveProfileChanged event on your form and update the UI accordingly.  With this event handler, you can determine the device type and screen width from the “CurrentProfile” object property.

 

You will also notice in Wisej 2 you can directly edit different screens for Responsive Profiles from the designer window (At the bottom of the designer window shows “Default Profile”).

 

Please let me know if this helps you!

 

Best regards,

Levie

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.