Using the mobile layout

0
0

Hello WiseJ community, I have a question. I have a website that uses the desktop control and has several Window Forms. I would like to know if there is a way to adapt to Mobile without having to create things apart. Thank you all.

Note: I have already seen some videos including researched the mobile format on official wisej’s page, but I did not find anything regarding the window forms.

  • You must to post comments
0
0

Sure.  Use panels and dock them accordingly. I stack mine vertically.  Keep in mind the on-screen popup keyboard for iOS (Safari) may take up the bottom half of the screen — don’t let it cover your textboxes. Make a function to detect whether the browser is mobile … or if the screen is in portrait mode.  Then you can call custom functions to change the UI when you load the form or page. Some things you may need to pay attention to — button and control sizes (in case they are too small).  I believe those can be modified in the theme or with a mixin.

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.