softwaretailoring / wheelnav

Animated wheel navigation JavaScript library based on Raphaël.js (SVG/VML). It can be a pie menu (radial menu, circular menu) and many more.
https://wheelnavjs.softwaretailoring.net
MIT License
702 stars 101 forks source link

Improve mobile performance #21

Closed softwaretailoring closed 3 years ago

softwaretailoring commented 9 years ago

The main issue now is the large icons on wheel (wich has too long svg's path), the labels work on mobile phones without lag.

softwaretailoring commented 8 years ago

Strange behaviour in Google App on iPhone 5C (in Safari and Chrome browsers works well): When I clicked on a section it wasn't always jumping to the one I selected.

Mubashirkhan commented 6 years ago

any update or solution for this still not working on mobile browsers it doesn't jump to the one selected

softwaretailoring commented 6 years ago

Hi @Mubashirkhan Can you send sample link where I'll be able to investigate it?

Mubashirkhan commented 6 years ago

actually i'm having this issue when trying to load that from an in app browser. I'm trying to integrate that in a react native app and loading the wheelnav examples inside a webview in my app

Mubashirkhan commented 6 years ago

even if i load this link inside a webview in my app wheelnav doesn't go to the selected item http://wheelnavjs.softwaretailoring.net/documentation/core.html#sectionProperties

softwaretailoring commented 6 years ago

Unfortunately, I don't have experience with React and Webview. As I know, there is a Meteor package: https://atmospherejs.com/?q=wheelnav And I've found a Meteor-React issue here: https://forums.meteor.com/t/using-wheelnav-with-a-meteor-react-project/17799 Maybe it helps.