facebook

Generated HTML-Code – Fixed in MobiOne 1.1.1

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #314591 Reply

    gbbus
    Member

    If you ‘export to HTML’ there is something bad in the HTML-code, examples:

    <img src=”res/images/icon.png”/>
    it must be
    <img src=”res/images/icon.png”/>
    -> only sometimes ‘/’ instead of ‘/’ is used !

    or as text ‘~~logintext$~~’
    you generate
    ‘~~logintext$~~’

    Because my webserver is looking for exactly ‘~~logintext$~~’ to recognize it as a variable logintext$ and to show the value of logintext$ – but now i have to change these things manually everytime i change the mask in mobione !

    🙂 gerd

    #314766 Reply

    gbbus
    Member

    Please, i need an answer:

    Why did you change ~~ in ~~ in the generated HTML-Code ?

    Because of this i get a big problem within my own Webserver and my Webprograms !

    #314800 Reply

    support-michael
    Keymaster

    @gbbus
    The aggressive path encoding was a result of some early feedback where proper encoding was not performed. I discussed this issue with the dev team early this week and it has been resolved for the upcoming 1.1.1 release for early next week (Tue if QA goes well).

    Wayne
    Genuitec Mobile Team

    #314805 Reply

    gbbus
    Member

    OK, thanks Wayne. I hope the Update comes soon so that i can continue programing my applications !

    #314866 Reply

    support-michael
    Keymaster

    Update: MobiOne 1.1.1 just shipped and relaxes the former aggressive encoding of non-alphanumeric chars.

    Wayne
    Genuitec Mobile Team

    #314890 Reply

    gbbus
    Member

    A big TOAST on the crew: everthing is working fine !

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: Generated HTML-Code – Fixed in MobiOne 1.1.1

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