Jump to content

powergov

uniGUI Subscriber
  • Posts

    167
  • Joined

  • Last visited

Posts posted by powergov

  1. 14 minutes ago, andyhill said:

    In fairness to the UniGUI Team, I have used UniGUI Mobile for several years (3yrs now) choosing to write Mobile WebApps that can upscale to Desktop (rather than downscale to phone).

    True many years ago we had some green issues but every release just gets better and better.

    My apps are used by many and are working well for me. All of my projects run as Stand Alone Server exe's with ElevateDB SQL as the backend.

     

    Can you show me a few screenshots of your mobile version of the web app?

    • Like 1
  2. As mobile apps become more and more popular, when will the author improve mobile development? I bought a version that included a mobile module, but I never really converted it into a work because unigui provided too few mobile versions of the version, and there were problems with compatibility with iOS browsers and could not be put into business!
    I have now stopped my project, waiting for the new features of unigui on the mobile version, but it looks as if nothing has happened!
    I like unigui very much, the most important reason is, I do not need to write server program, access database is too easy, too easy!

  3. 17 minutes ago, Sherzod said:

    Hi, 

    OK, I will try to analyze 

    I think the problem not is unimscrollbox,it it form,because ,when run on iPhone,all forms will automatically move down  5-10px by IOS browser,The effect is like form.top := 10,but actually in unigui project,the  form.top := 0

  4. Hi

    for mobile, Unimscrollbox is often used and essential!

    if run on ios Safari,when “btn5.JSInterface.JSCall('element.dom.scrollIntoView', [True]);”

    ,the form will move up 5-10px,and form Overflow browser!(Not desktop browser emulation, it's running on an Apple phone)

    My project must use unimscrollbox,and must use “btn5.JSInterface.JSCall('element.dom.scrollIntoView', [True]);”

    How to solve this problem? I need your help!

    If this problem can not be solved, my project will not be able to continue, I am very anxious!

     

     

    test.7z

  5. Hi,Sherzod

    we sincerely hope you will strengthen the development of mobile version. Now people prefer to use mobile phones. For delphier, unigui is the best, so don't miss the opportunity!

    we sincerely hope that you can develop several exquisite Theme, which can be directly put into use without any processing.

    • Like 1
  6. 2 hours ago, Sherzod said:

    Try this:

    
    UnimPanel2.JSInterface.JSCall('element.dom.scrollIntoView', [True]);

     

    Hi,sherzod

    if i set form height = 1200,after "

    UnimPanel2.JSInterface.JSCall('element.dom.scrollIntoView', [True]);

    "

    the screen will shake. Sometimes “form” pops up the screen 10-20px

    if i set form height = 480,after scroll,the screen don't shake,but form bottom have 120-140px height blank!

×
×
  • Create New...