NetTalk Central

Author Topic: No locator/sorts in other than desktop screen size  (Read 1252 times)

Poul Jensen

  • Full Member
  • ***
  • Posts: 186
    • View Profile
    • Email
No locator/sorts in other than desktop screen size
« on: January 14, 2024, 02:07:02 AM »
Hi,

1) How can I get locator and sort orders for other fields than default sort field when in mobile?

2) Why is columns not leftaligned in mobile - I have selected that on the CSS tab for the fields.

Se below pics from desktop and from mobile.

tia
/Poul

« Last Edit: January 19, 2024, 08:06:27 PM by Poul Jensen »

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11179
    • View Profile
Re: No locator in mobile
« Reply #1 on: January 14, 2024, 10:28:53 PM »
from memory, the disconnected browses are all file-loaded, not page loaded, so there's no locator in play.

That said, it could be useful to "filter" the list, so something i could look into.

cheers
Bruce

Poul Jensen

  • Full Member
  • ***
  • Posts: 186
    • View Profile
    • Email
Re: No locator in mobile
« Reply #2 on: January 14, 2024, 10:54:09 PM »
Morning Bruce,

This is not disconnected app.  It is a straight web-app.  And the locators are shown in desktop screen size.

/Poul

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11179
    • View Profile
Re: No locator in mobile
« Reply #3 on: January 15, 2024, 06:57:12 PM »
I think you need to post an example. I'm obviously not understanding the question, since both your screen-shots show locators.

Poul Jensen

  • Full Member
  • ***
  • Posts: 186
    • View Profile
    • Email
Re: No locator in mobile
« Reply #4 on: January 16, 2024, 03:36:14 AM »
The screenshot from mobile has a locator on the default sort-order only.
But how can I change to the other sort orders?

In desktop I click on the header, but that is not shown on the mobile.

/Poul

Poul Jensen

  • Full Member
  • ***
  • Posts: 186
    • View Profile
    • Email
Re: No locator/sorts in other than desktop screen size
« Reply #5 on: January 19, 2024, 08:09:41 PM »
Hi again,

And this is not only in phone size screens, also on my tablet on landscape this behaviour is shown.
This is a straight NT wizarded app.

/Poul


Alberto

  • Hero Member
  • *****
  • Posts: 1846
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: No locator/sorts in other than desktop screen size
« Reply #6 on: January 20, 2024, 04:56:42 AM »
Bruce,
What hes trying to say is that when you change the browser from a desktop to a mobile one, the "browse headers" disapears and the "colum headers" appears in the data row.
Then you cant click on a column header to sort and set the locator.
Ive just compiled the Maps example and try it with the Accidents browse.
Pics attached
The first two pics are using Grid or Flex and the last one is using Table.
None of them are showing the browse headers
« Last Edit: January 20, 2024, 05:02:54 AM by Alberto »
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11179
    • View Profile
Re: No locator/sorts in other than desktop screen size
« Reply #7 on: January 21, 2024, 10:58:35 PM »
noted.

the headers disappear because of the CSS. So editing the CSS (adding your own custom css) would make them re-appear.

Cheers
Bruce

Poul Jensen

  • Full Member
  • ***
  • Posts: 186
    • View Profile
    • Email
Re: No locator/sorts in other than desktop screen size
« Reply #8 on: January 22, 2024, 01:15:45 AM »

the headers disappear because of the CSS. So editing the CSS (adding your own custom css) would make them re-appear.


Any hints for which css class'es I should be looking at?

/Poul

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11179
    • View Profile
Re: No locator/sorts in other than desktop screen size
« Reply #9 on: January 23, 2024, 06:38:47 AM »
Use F12 in your browser to inspect the CSS that is in play. If you'd like me to show you what I mean, come to the User Group meeting on Thursday - it's almost always easier to "show" css than it is to explain it.

Poul Jensen

  • Full Member
  • ***
  • Posts: 186
    • View Profile
    • Email
Re: No locator/sorts in other than desktop screen size
« Reply #10 on: January 23, 2024, 07:59:04 AM »
I will try to make it.

/Poul

Poul Jensen

  • Full Member
  • ***
  • Posts: 186
    • View Profile
    • Email
Re: No locator/sorts in other than desktop screen size
« Reply #11 on: January 25, 2024, 07:58:56 AM »
Registered yesterday in NT usergroup through the Zoom link from Clarionlive.com - and tried to join here at 1600 - waiting for the organizer.

Then I noticed that the meeting was shown on Youtube.

What is the correct way of joining?
 

Alberto

  • Hero Member
  • *****
  • Posts: 1846
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: No locator/sorts in other than desktop screen size
« Reply #12 on: January 25, 2024, 08:11:04 AM »
Poul, meantime you can comment out the display:none line in the css.
Attached goes two imagen of the css involved.
1- when you inspect the header row, detect the culprit, click on the .css file
2- now you can see the css code involved
Hope this helps
Cheers
-----------
Regards
Alberto

Poul Jensen

  • Full Member
  • ***
  • Posts: 186
    • View Profile
    • Email
Re: No locator/sorts in other than desktop screen size
« Reply #13 on: January 25, 2024, 12:18:35 PM »
Thanks Alberto.

Will work with that info.

/Poul