Primefaces DataTable - reflow is not working on iOS - primefaces

Primefaces DataTable reflow is not working on iOS.
Has anyone got this issue and found a workaround? Please assist.
However its the same issue on GitHub.
https://github.com/primefaces/primefaces/issues/1568#issuecomment-901261646

Related

HandsOnTable Chrome Bug with DatePicker

I seemed to have found a bug when selecting dates running Chrome with HandsOnTable versions later than 15.1.
I'm able to drop down the calendar but I'm unable to select a day within the calendar control. This is only a problem for me in Chrome as it seems to work fine in Firefox, IE and Edge.
After further research this bug only occurs on a touchscreen enabled device but the user is using a mouse.
Here is a screen capture video of the behavior straight from www.handsontable.com website:
https://www.youtube.com/watch?v=CEdiWQ5R5Es
GitHub Issue Thread: https://github.com/handsontable/handsontable/issues/2812
Let me know if anyone else can reproduce this behavior and if there is workaround.
I just had the same issue. Maybe this can help you. I did for me.
Currently I'm working with handsontable.full.js (version 0.18.0) and
I changed line 24550
addEvent(self.el, 'ontouchend' in document ? 'touchend' : 'mousedown', self._onMouseDown, true);
to
addEvent(self.el, 'mousedown', self._onMouseDown, true);
I took it from
https://github.com/dbushell/Pikaday/issues/276
Hope that helps.
Good luck
This is actually a better solution in my opinion. This will register both events separately so these events will work on all devices.
https://github.com/dbushell/Pikaday/issues/374
Thanks for the step in the right direction. Hopefully Pickaday and HandsOnTable can incorporate the change soon.

Cannot export primefaces line chart in google chrome and firefox

I've been trying to export a primefaces 5.0 line chart. When i try it on Mozilla firefox, nothing is happening, but when i try it on Google Chrome the browser crashes. But when i tried it on an older version of Google Chrome it works perfectly.
Anybody knows why?
Thanks
Edit:
After several tests, I have discovered that the chart legend was causing the crash of the browser, still stuck though. Hope someone could explain why.

Website not Working in Nokia Lumia

My website works in android and IOS browsers, but its not opening up in Nokia Lumia IE Browser.It throws the following,
When I searched for an app using its suggestion nothing showed up. I tried with other similar websites and they worked fine. Don't know whats causing this problem. Its a nodejs website built with bootstrap 3.1.1 framework. Does anyone have any idea what's causing this.
Thanks In Advance....
Finally found it. Its due to the content type in the node js configuration. It works fine after changing it.

KinectJS drag image demo not working in latest chrome version

I am having a similar issue on my project but was able to reproduce it on the kinectjs demo site. The following page works on IE but the latest version of Chrome (ver. 26.0.1410.43) the drag and drop features no longer work.
http://www.html5canvastutorials.com/kineticjs/html5-canvas-drag-and-drop-an-image-tutorial/
Hopefully, the issue can be identified so we can fix my environment as well.
Thanks
I had the same problem with an application i built and updating to the latest version of kineticJs solved my problem. (4.4.0)
I got problems with this demo too, on Android's 4.1.x native browser. On Chrome mobile and other browsers, it works like a charm. On native browser, right after the dragstart, the image goes to top left corner and stays there until i redraw the layer.

Chrome 18, ExtJS 4.0 charts issue

I've just updated Chrome from 17 to 18.0.1025.142 and got all the ExtJS charts crashed in the web-site. The same issue reproduces on the Sencha example. Try clicking "Reload data". Any ideas?
I've come across the same problem. It looks like it's a bug in that version of chrome as the dev stream (v19) fixes the problem. It's a total PITA, but hopefully v18 won't be the current version for long. We just disabled the charts for that browser until it's sorted.
Here is an issue opened with chromium. Log in and star the issue so that it goes up in priority for chrome developers.
Also look at this thread for a workaround. Didn't work in my scenario but it might help you.
http://www.sencha.com/forum/showthread.php?192175-4.0.7-Line-Charts-Broken-in-Chrome-18-Mac-(and-also-it-appears-windows)