MessageBox text size

0
0

On mobile, MessageBox.Show display the text (well, everything) very small. Is it any way to choose the font used ?

  • You must to post comments
0
0

You might also consider defining a viewport:

https://docs.wisej.com/mobile/guides/responsive-design#viewport

Best regards
Frank

  • You must to post comments
0
0

Hi Adrian,

you might want to try enabling the mobile mode in default.json.

"options": { "mobile.mode": true }

If this does not help, please share some details about the mobile device you are using.

Best regards
Frank

  • Alaa (ITG)
    Hi Adrian, in addition to Frank’s answer, please make sure that you have the “Viewport” tag in your Default.html. I.e make sure that is added there.
  • Adrian Zagar
    Hi Alaa, I don’t have that tag. What is the syntax? “mobile.mode”: true was already in default.json.
  • Luca (ITG)
    Depends on the arguments you want to use, it’s not a Wisej tag. It should be documented on mozilla.
  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.