0

When I open a cytoscape.js graph in Chrome for Android, the edge lines do not show up regardless of what line thickness is used.

Here is an example: http://jsbin.com/AnEtura/1/edit

user1027169
  • 2,627
  • 3
  • 27
  • 50

1 Answers1

0

Cy.js uses the standard canvas API for drawing. It seems like it works everywhere else, so I suspect the issue may be Chrome.

I don't have access to an Android device, so would you be able to tell me...

  • Are there any error messages?
  • Does canvas line drawing work on Android?
  • Does canvas bezier curve drawing work on Android?
  • etc
maxkfranz
  • 11,896
  • 1
  • 27
  • 36
  • I do see this message: event.returnValue is deprecated. Please use the standard event.preventDefault() instead. It looks like Chrome for Android has full canvas support according to this: http://caniuse.com/#search=canvas. – user1027169 Oct 10 '13 at 18:56
  • jQuery uses that for IE support and the event wrapper objects have them (since those objects are copied from jquery), but it's not used in cy.js itself. – maxkfranz Nov 06 '13 at 17:46
  • There may be another issue, but event.returnValue is not it. – maxkfranz Nov 06 '13 at 17:46