All Answers

All Answers » Re: ClientProfiles.json ??? » Comments for "Re: ClientProfiles.json ???"
  • edmond girardi
    So if i don’t add this file, WiseJ should be automatically selecting the Phone profile i defined ? I’m using Chrome developer tools and changing the device to iPhone6 and nothing happens in my application page.
  • Alaa (ITG)
    When you’re using the designer, you can find a dropdown that contains all the profiles. You’ll have to customize how your Form or Page look for every profile, the ClientProfiles.json file is used to check for the current client’s screen resolution and adjust accordingly to the design you specified. You can see here: https://wisej.com/docs/2.0/html/ResponsiveProperties.htm for more information.
  • edmond girardi
    Yeah – i looked at those doc pages – is there any code that needs to be added ? And also – do i need to have the ClientProfile.json file ? Because currently even though i defined the profiles in visual studio designer – it does not work when testing with Chrome Dev tools.
  • Luca (ITG)
    Hit refresh when changing the device emulation. The user agent doesn’t change automatically. Otherwise change the client detection on screen size or browser size.
  • edmond girardi
    Luca – that worked. I think the WiseJ docs need to be updated/enhanced a bit to cut down on your support requests !
  • edmond girardi
    Now – one more question – the session timeout screen -not very mobile looking – anyway to have it fill the whole screen instead of a messagebox look ? And any way to style it ?
  • Luca (ITG)
    Handle Application.SessionTimeout event, you can show anything, a new page, a popup, etc.
  • Luca (ITG)
    Our current documentation sucks. We are working on 10 or 11 books using gitbook.com for the new web site,