NetTalk Central

Author Topic: Mixing Small screens in Web App  (Read 268 times)

rjolda

  • Sr. Member
  • ****
  • Posts: 272
    • View Profile
    • Email
Mixing Small screens in Web App
« on: February 28, 2024, 05:36:56 AM »
Hi All,
Using NT14.18 and C11.013630
Before I build a PWA, my clients are going to run a web site mostly on their browser.  There are a few screens that they will do on their mobile phones.  Before I build the mobile phone app, I want to make and test the small screens in my web app. So, can I have the web app deliver a "mobile screen" version of the procedure when a mobile phone is used?  I will have lets say 2 procedures - 1. Pick Services - Browser and 2. Pick Services - mobile phone.  How can I have the app deliver the correct screen (2) when used on mobile phone?
Thanks,
Ron

osquiabro

  • Hero Member
  • *****
  • Posts: 668
    • View Profile
    • Email
Re: Mixing Small screens in Web App
« Reply #1 on: February 28, 2024, 09:47:39 AM »
is posibble only with css

by the way i create my own wizard responsive based in NT wizard

Alberto

  • Hero Member
  • *****
  • Posts: 1846
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Mixing Small screens in Web App
« Reply #2 on: February 28, 2024, 01:14:03 PM »
cool !! share it !! please !!
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11179
    • View Profile
Re: Mixing Small screens in Web App
« Reply #3 on: February 28, 2024, 10:18:51 PM »
You don't make 2 procedures Ron.
You make 1 procedure that "responds".
the responsiveness is done with CSS and is mostly automatic (although I haven't tested everything for ages, so there may be rough edges that need tidying up.)

The starting point is just to set a global option;
_Global Web Server Extension_
Web Apps tab
"Turn Off pinch-to-zoom" (set this ON)

Cheers
Bruce