facebook

Displaying external web page different from MobiOne

  1. MyEclipse IDE
  2.  > 
  3. Mobile Tooling
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #353689 Reply

    EmilioZorzi
    Participant

    I imported my project M1 and everything is OK.
    Only one problem when I connect to a website with the command (M1) GO TO URL.
    The web page is not resized to the measures of the smartphone and I can not zoom in.
    Alto problem with PDF files (pre loaded in M1) and opened with the command go to url, you can not do the zoom.
    In M1 everything worked well.
    Who can help me?

    Thank You

    Emilio

    #353690 Reply

    CrikeyMate
    Member

    I had this problem with the ‘go to URL’
    Use ‘run javascript’ instead with this code.

    window.open('http://Your External URL here','_blank','location=no,toolbar=yes,toolbarposition=bottom');
    
    #353692 Reply

    The above answer is the best suggestion. We suggest moving away from MobiOne proprietary code base into using new commands. You can also add:

    enableViewportScale=yes

    to the option to allows zooming on the user end.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Displaying external web page different from MobiOne

You must be logged in to post in the forum log in