For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 6 replies, 3 voices, and was last updated 14 years, 5 months ago by
Albatros78.
-
AuthorPosts
-
Albatros78ParticipantHello 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.February 14, 2012 at 6:18 am #323285
Albatros78ParticipantHello 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
February 14, 2012 at 6:20 am #323286
Albatros78Participantthe good title should be:
Click inside a panel object does not works on Ipad/Iphone
Pls could you change it
February 14, 2012 at 6:57 am #323289
support-vadimParticipantHi 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/dzX6TYou can try it out – it seems it works now.
Regards,
Vadim RidohsFebruary 14, 2012 at 8:00 am #323297
Albatros78ParticipantThanks Vadim
Excellent. It works fine now on my iPhone & iPad.
Impossible to find this info somewhere by myselfHey 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
February 14, 2012 at 9:02 am #323302
support-michaelKeymasterWe 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.
February 14, 2012 at 9:11 am #323303
Albatros78ParticipantDon’t worry Wayne, 🙂
I understood. Just one suggestion… It also good for your to minimize tech support if many things are documented.
Axel
-
AuthorPosts
