Jump to content

Trial limitation on unimURLFrame?


MarcoPavan

Recommended Posts

Hi,

 

I'm ready to buy uniGUI but using the trial edition the component UnumURLFrame seems work fine on desktop browser but not in the mobile! (eg. iPhone, iPad mini, iPad Pro).

On mobile device no page is displayed (also a simple http://www.googe.comfor example) :(

 

So my question is...  this is a limit of trial version, a bug or whats?

 

This is my only issue before buy! :D

 

Let me know

 Marco

Link to comment
Share on other sites

I'm using Chrome (but tested also on Firefox and Safari).

 

My code:

 

type

  TMainmForm = class(TUnimForm)
    UnimURLFrame1: TUnimURLFrame;
  private
    { Private declarations }
  public
    { Public declarations }
  end;
 
...
 
the URL property on UnimURLFrame1 is set with a full qualified website url eg: http://www.domain.ext   
 
On desktop browser http://192.168.1.144:8077is redirected to http://192.168.1.144:8077/m   (mobile version) and all works fine.
On safari or chrome on iPad/iPad pro/ iphone and some samsung phones the UnimURLFrame1 is always blank :(  
 
help.
 
M.
Link to comment
Share on other sites

Hi,

 

Have you tried just open this url on your iPad, without UniGUI ?

 

Yes, I did! :) The url works fine on my iPad (I've also tried using www.unigui.com with the same results ) :)

 

As you can see no additional code was used.... Just dropped the component and started the application :(

 

M.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...