facebook

Click in panel w/ custom code does not work

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

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

    Albatros78
    Participant

    Hello Wayne,

    As dicussed just before, here my new issue with my chart and panel object

    In my examples ther is 2 files, one ok and other not.

    When the graph is displayed, normally you can click on the chart to continue to display more accurate infos. To be honest the click action is better on iPad 🙂

    When I used the same syntax into a transparent panel, the click on the chart does not work any more on my devices

    Into test center, click is running fine for both samples. But on iphone/ipad the click does not works with the chart inside a panel

    Thanks for your help

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

    Albatros78
    Participant

    Hello Wayne,

    If you have time to investigate this issue it would be very nice, because I am blocked on my design.
    I done a mistake in my previous title. Just changed now.

    Thanks

    #323286

    Albatros78
    Participant

    the good title should be:

    Click inside a panel object does not works on Ipad/Iphone

    Pls could you change it

    #323289

    support-vadim
    Participant

    Hi Albatros78,

    Sorry for the response delay.
    Yes, click events are processed in special way for elements inside scrolling panel.
    But good news are: you can disable it through special trick – adding m1-iscroll-no-prevent-default class to HTML elements you don’t want to be prevented from clicks.

    I modified your HTML code in that way:

    <!– Axel graph insertion here –>
    <div id=”parentChartContainerus” style=”position:absolute; top:130px; left:10px;” class=”m1-iscroll-no-prevent-default”></div>
    <div id=”weeklyChartContainerus” style=”position:absolute; top:130px; left:10px;” class=”m1-iscroll-no-prevent-default”></div>
    <!– End Axel graph insertion here –>

    and uploaded app to
    http://goo.gl/dzX6T

    You can try it out – it seems it works now.

    Regards,
    Vadim Ridohs

    #323297

    Albatros78
    Participant

    Thanks Vadim

    Excellent. It works fine now on my iPhone & iPad.
    Impossible to find this info somewhere by myself

    Hey Wayne, you understand now why I ask for a tech documentation included with the product.
    I suppose many many technical thnings / points are not documented yet.

    Again thanks for your quick answer. Would be necessary to post this item into “How to” forum . No ?

    Axel

    #323302

    support-michael
    Keymaster

    @Albatros78

    We are systematically adding more docs including some programming support docs that will be available in the next couple of days. But I don’t want to mislead you as to their depth. There is not an easy or efficient way to doc every nuance of the complex interaction between css/html across platforms and code from other sources. In many cases it requires figuring out what goofy things happen when users combine random frameworks. Go see almost every other framework forum and they are replete with how do I mix/match xxx framework with widget yyy from zzz framework. These are frequently 1-offs that no doc can support.

    We do our best as we are continuously learning where to focus our limited support efforts.

    #323303

    Albatros78
    Participant

    Don’t worry Wayne, 🙂

    I understood. Just one suggestion… It also good for your to minimize tech support if many things are documented.

    Axel

Viewing 7 posts - 1 through 7 (of 7 total)
Reply To: Click in panel w/ custom code does not work

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