Label autosize not large enough

0
0

lblMemberSince.Text = curUser.accountCreated.ToShortDateString();

This returns a date like “7/1/2015”

However, WiseJ displays “7/1/201” when .AutoSize = true on the label.

This when viewed in an Android webview PSA app, Android 6.

When I turn autosize off, the final digit of the date displays.

WiseJ 2.5.19

  • You must to post comments
0
0

Hi Andrew,
Can you please verify that this issue is fixed with the latest build?
Thanks,
Levie

  • Andrew Niese
    I ran the updater for 2.5.24, and Windows shows that version installed, but hitting F7 shows it stuck on 2.5.19. It seems it hasn’t updated properly since I installed WiseJ3 beta.
  • Alaa (ITG)
    Hi Andrew, you probably have the PackageReference version hardcoded on 2.5.19. You can update the version directly from the NuGet package manager or set the version number to 2.5.* in the .csproj file so that you’re always up to date! Let me know if that works
  • Andrew Niese
    That worked. The issue is not resolved. Furthermore, I am experiencing label AutoSize issues, on a separate label, on Android 8 now (new phone), when viewing WiseJ site in a native mobile app using Chrome WebView. That problem does not manifest in Android 6 PWA, or Android 8 PWA.
  • Andrew Niese
    Android 8 PWA also has the original label autosize problem.
  • You must to post comments
0
0

Hi Andrew,

Thanks for letting us know. We’re looking into the issue!

Regards,

Levie

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.