facebook

Tab Bar/ Multipage widget affected by html box

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

    kikootwo
    Participant

    Hello!

    I have an html box in one of my pages on my multipage. This html includes onclick tooltips. Ever since adding them the text on my tab bar seems to be double printed and even cut off a little bit at the bottom when in testing center or on the phone. Any ideas how to make this html box not affect my tab bar?

    Thanks!

    -Ben

    #343786 Reply

    Hi kikootwo,

    Can you please share a sample project to investigate? Please keep it as much simple as you can. We only need a basic project that demonstrate the issue so we can find out what the problem is.

    #343789 Reply

    RichardOne
    Member

    kikootwo,

    “A picture speaks a thousand words”

    Post a screenshot mate 😉

    #343796 Reply

    kikootwo
    Participant

    (1) When you try to change to the screen with the multi page including the html widget it will simply never load

    (2) This is what it looks like if you just have the single multi page widget with the html page not the blurry wording at the bottom.

    (3) screenshot of the case

    I believe that the error occurs somewhere in the header. I didn’t write the header, I am using someone else’s code here. If anyone knows how to fix the aforementioned problems I would really appreciate it!

    Attachments:
    You must be logged in to view attached files.
    #343799 Reply

    kikootwo
    Participant

    Update:

    Fixed problem (1) listed above by locally hosting and calling the js and css files. however, I could still use some help with (2) & (3).

    EDIT: I also found another error. It is editing how my check boxes are meant to be seen. Within the app, on the phone, the words at the bottom aren’t as bad as they are on the test center. But the check boxes are exactly like you see here. (4) (The one on the right is how it looks without the html in it.

    Attachments:
    You must be logged in to view attached files.
    #343851 Reply

    kikootwo
    Participant

    stilll need some help 🙁

    #343917 Reply

    kikootwo
    Participant

    should I make a new thread?

    #343919 Reply

    Hi kikootwo,

    >EDIT: I also found another error. It is editing how my check boxes are meant to be seen. Within the app, on the phone, the words at the bottom aren’t as bad as they are on the test center. But the check boxes are exactly like you see here. (4) (The one on the right is how it looks without the html in it.
    Please note that the checkbox implementation in Mobione is like the next:

    <div id="form1-checkbox1">
      <input class="iscroll-no-prevent-default checkbox" type="checkbox"
         checked="true" value="checkbox1Value"/>
    </div>

    So if you have <input> tags within your HTML widget, you’d have to include a similar code like above so your checkbox can look like mobione checkboxes widget.

Viewing 8 posts - 1 through 8 (of 8 total)
Reply To: Tab Bar/ Multipage widget affected by html box

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