Business Central Scroll bar issue while accesssing in mobile browser

kk123
Member Posts: 13
Hi All,
I created a list page in Business Central 18 On-premises. when I access that page in a mobile browser, Left&Right swipe not working. But if I open any default list pages swipe is working fine.
Noticed the difference between the default page Vs customized page. In customized page horizontal scroll bar is not showing fully. May be because of that I am facing the swiping issue. Any IDEA how to fit the page as per screen?
Thanks & Regards,
Kishore
I created a list page in Business Central 18 On-premises. when I access that page in a mobile browser, Left&Right swipe not working. But if I open any default list pages swipe is working fine.
Noticed the difference between the default page Vs customized page. In customized page horizontal scroll bar is not showing fully. May be because of that I am facing the swiping issue. Any IDEA how to fit the page as per screen?
Thanks & Regards,
Kishore

0
Answers
-
This is the code:
page 50009 "InProcess DC List"
{
ApplicationArea = Basic, Suite;
Caption = 'InProcess DC List';
CardPageId = "InProcess DC";
Editable = false;
PageType = List;
QueryCategory = 'InProcess DC';
RefreshOnActivate = true;
SourceTable = "DC Header";
SourceTableView = WHERE(Posted = CONST(true), "Sent for Approval" = CONST(false));
UsageCategory = Lists;
layout
{
area(content)
{
repeater(control1)
{
field("Delivery Date"; Rec."Delivery Date")
{
ApplicationArea = all;
}
field("Document No."; Rec."Document No.")
{
ApplicationArea = all;
}
field("Area Name"; Rec."Area Name")
{
ApplicationArea = all;
}
field("Total Orders"; Rec."Total Orders")
{
ApplicationArea = all;
}
field("Delivery person"; Rec."Delivery person")
{
ApplicationArea = all;
}
field("Vehicle No."; Rec."Vehicle No.")
{
ApplicationArea = all;
}
field("Driver Name"; Rec."Driver Name")
{
ApplicationArea = all;
}
}
}
}
actions
{
area(navigation)
{
group("&DC")
{
Caption = '&DC';
action("&Card")
{
Caption = '&Card';
RunObject = Page "InProcess DC";
RunPageLink = "Document No." = FIELD("Document No.");
ShortCutKey = 'Shift+F5';
}
}
}
}
0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions