Jump to content
Search Community

javlc.dev

Members
  • Posts

    2
  • Joined

  • Last visited

javlc.dev's Achievements

1

Reputation

  1. Thank you for replying Jonathan, I did re-read the material given (I had read the same a while ago). Nevertheless I wanted to mention that the issue is not the responsiveness of the svg element, nor its exclusive usage of the svg coordinate system, but the application of the transform translate values. I think @malua user has pointed the issue rather well: The animations/tweens' transforms need to be applied as css style rather than in the svg transform svg attribute, when using the particular user agent value that the Android Cordova wrapper is using. Also, did you see the particular animation given in the codepen link: https://codepen.io/FrontRunnerUp/pen/XpdPmo ? I had that working fine in Chrome browser, but for example, does not work in Safari browser within iPhone 6 (just like within the Cordova wrapper mentioned by malua).
  2. Hello, on behalf of malua, here is the requested pen, The code sets the svg inner elements to absolute positioning, then the transforms are being passed as a short property (x, y). https://codepen.io/F...erUp/pen/XpdPmo Edit: One way to check the issue is by using Google Chrome (In Windows 10 at least), open dev tools, and toggling the device toolbar, to view in different mobile devices, particularly the Samsung ones.
×
×
  • Create New...