Wheel event on mobile android. You can't use the onwheel event attribute.
Wheel event on mobile android. To listen to this event, use element.
Wheel event on mobile android In other words, a user-initiated Play button works, but an onLoad="play()" event does not. As stated here. Viewed 131 times 1 I am trying Dec 13, 2022 · Maui is a cross platform frame. The issue I am jQuery touch events to emulate mouse events when on mobile device. Specification Dec 18, 2024 · This page describes how each SEAT_* and STEERING_WHEEL_* vehicle property relates to the position and movement of a seat and steering wheel in a vehicle. 7k swiped-events. Therefore, do not rely on the wheel Mobile; Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet; deltaZ: Chrome Full support 31: Edge Full support 12: Firefox Full support 17: IE Full support 9 The WheelEvent. event. Mar 19, 2020 · Your code is fine, the problem is that when you "wheel" with a touchpad, you trigger the wheel event a lot, especially a lot of very small values. I am unable to get the actual wheel and crank measurement values from the BLE. Therefore, do not rely on the wheel event's delta Aug 27, 2020 · We did try scrubbing the wheel event that is added by HERE Maps, but it's not possible to get a reliable handle on it (removing an event listener is tricky if you don't have the same function handle). In . Need to know how to enable it? Go here. While if you connect a external mouse to your phone or tablet, you will same behavior as expected. trigger('mousewheel'); Obviously it won’t be able to listen for the manual event when it has no mouse but from what I can find (not a lot) it should not be an unknown event to Safari. Mobile; Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet; deltaZ: 31: 12: 17: 9 IE9 supports an old draft of the spec where this value was a long instead of a double. . Introduction A. 4. Aug 12, 2015 · The WheelEvent() constructor returns a newly created FocusEvent object. The default action of a wheel event is implementation-specific, and doesn't necessarily dispatch a scroll event. Apr 3, 2019 · This is my fling method /** * Simulate touching a specific location and dragging to a new location. Old versions of browsers implemented the two non-standard and non-cross-browser-compatible MouseWheelEvent and MouseScrollEvent interfaces. May 29, 2020 · 마우스 휠 이벤트로 Page Zoom 기능을 구현하는 과정 중 wheel 이벤트 정보를 찾았다. If you’re working with views in Android and need to simulate touch events programmatically, the MotionEvent class is an essential tool. id = "touchStartChange"; } Testing triggering of a mousewheel event on a touch device https://css-tricks. So you needn't to distinguish the events. We also tried applying the mouse delta to the scroll position, but this doesn't work with different mouse speeds and directions. Even when it does, the delta* values in the wheel event don't necessarily reflect the content's scrolling direction. Do not confuse the wheel event with the scroll event: The default action of a wheel event is implementation-defined. (wheel 이벤트와 scroll 이벤트는 다름) 그리고 IE, 크롬, 사파리 등의 브라우저는 wheel 이벤트를 사용하지만. This approach is particularly useful if you’ve extended your view or if you’re using an event listener. To listen to this event, use element. e. To aid unmarshalling the object's data arrays, this class provides static nested classes and conversion methods. 0 Desktop Mobile; Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet May 18, 2017 · The wheel event target is computed only from the mouse cursor position at the time at which the event was fired. Permitted values are: PowerWheelPicker is a highly customizable wheel picker view for Android, backed by RecyclerView and SimpleCarousel. Most mice have a one scroll wheel, which is reported in mouseScrollDeltaV. I can enable map zooming controls and I can also enable "pinch" gestures that will zoom the map in or out. e ACTION_SCROLL event will come on scrolling via mouse wheel and events don't come in onTouchEvent Jul 25, 2017 · Summary. deltaY = 0; var wheelstart = false; May 7, 2018 · The same wheel event unfortunately fires for both pinch and mouse wheel, so it doesn't seem possible at this time to use a different event. Oct 13, 2014 · Rotating wheel as menu in android with menu items changing every day Hot Network Questions Do you need to know the exact definition of a word to correctly apply it? Aug 8, 2011 · This is typically done with a couple pieces. I've been digging on this topic and found the following in api 14 we can From MDN webdocs: Note: Don't confuse the wheel event with the scroll event. timeStamp = 0; previousSwipe. What I would like to do is allow the user's mouse wheel to zoom the map in and out as well. I used Window. This is the foundation upon which React's SyntheticEvent system builds to provide a more consistent and enriched API for handling events across different browsers. The deltaMode value. Android Chrome tested: Using input Event (e. The problem is, if the user scrolls too fast, the position value of the scroll wheel jumps over and Jul 1, 2015 · Thankfully, Android has implemented powerful UI testing tools as part of its SDK. If you move to the platform-tools folder in the Android SDK directory (C:\Program Files (x86)\Android\android-sdk\platform-tools in my Windows PC installation) you can execute Android Debug Bridge (adb) to connect to your Android device and start debugging. Below is a method to create and dispatch a touch event using MotionEvent: Aug 18, 2010 · Here's how to implement your own wheel stop event. scrollTop value does not update properly, switches between 0 and 10, probably because it is memoized inside the updateScroll and remains at 0. Nov 14, 2022 · I tried to use event "wheel" which perfectly works on desktop, however does not trigger on mobile (iphone - Safari and Chrome). What do I need to capture mouse wheel events? Note: Don't confuse the wheel event with the scroll event. You don't have to bind this as it is a class (and not an es6 react component). I have an issue with mousepad however, which seems to fire multiple successive "wheel" events. * * @param fromX X coordinate of the initial touch, in screen coordinates * @param toX Xcoordinate of the drag destination, in screen coordinates * @param fromY X coordinate of the initial touch, in screen coordinates * @param toY Y coordinate of the drag destination, in screen coordinates Sep 19, 2024 · To get started, see our guide on Android app input compatibility for Chromebooks. onwheel: Occurs when the mouse wheel is rolled up or down over an element. In this Age of Empires Mobile Events Guide, we will talk about how these events cater to different aspects of city and army building, offering players opportunities to earn valuable resources, strengthen their heroes, and test their strategic skills. Dec 11, 2019 · I would now like to be able to send a click event to the window at those coordinates, but since I would also like to do other things while the bot runs in the background I'm looking for a way to send the mouse event directly to the window (even if it's minimized/in the background), without influencing the movement of the mouse while I'm doing Sep 29, 2024 · The onwheel event in JavaScript is a powerful tool for developers, allowing for dynamic interactions based on user scroll actions. Jun 16, 2015 · Will mobile browsers know what this event is when it is triggered like this? $(window). However, I found that the mouse wheel tends to trigger the e. On focus, validate you are still logged in / sync'd / whatever you need to do. 1 device,but the boss ask to process the bluetooth mouse's wheel event in my android application. deltaMode read-only property returns an unsigned long representing the unit of the delta values scroll amount. The OTG mouse wheel works well with the android device, scrolling through text windows, etc. I implemented an image browser where I use the wheel event of the mouse to show the next image. It just invokes the EditText's TextChanged event on the android and the MauiPaswordTextBox's TextChanged event on the windows. function touchstart() { var paraChange = document. Instead, detect value changes to scrollLeft and scrollTop of Jun 5, 2018 · Counts up or down based on wheel scroll direction and adds and removes classes. It is also fired for related devices that simulate wheel actions, such as trackpads and mouse balls. See also. Nov 30, 2024 · Using MotionEvent in Android. Or if inside the callback function under we add before first line: event = event. These values are not guaranteed to be precise, only to give an indication of scroll wheel activity in a particular direction. Nov 16, 2012 · Now I don't have any android 4. On Windows, following 3 native events cause DOM wheel events. CodePen doesn't work very well without JavaScript. getElementById('touchstart'); paraChange. Dec 30, 2020 · Then I added that procedure to every component that had the same mouse wheel event, with the exact same results. The only real answer for me was to preventDefault on the touch events, and actually manage the touch states and fire click, drags, etc. Is there way to catch such event? How in android find some hardware connected to phone. 5. Note: Don't confuse onwheel with onscroll : onwheel handles general wheel rotation, while onscroll handles scrolling of an object's content. Mobile; Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Edge Mobile Firefox for Android Opera for Android Safari on iOS Samsung Internet; deltaX: Chrome Full support 31: Edge Full support 12: Firefox Full support 17: IE Full support 9 Feb 15, 2020 · Yes, negative values are supported. Mar 5, 2018 · using mousewheel for a hero header effect and it is not working on mobile. I've tried wheel event and mousewheel as well - neither works. Whether you are an event organizer, educator, team leader, or simply someone looking to spice up decision-making, this app offers tools like random pickers and roulette wheels. Can be used in jQuery if the event passed to the function is event. Add the 0. Mobile Development Collective Aug 9, 2010 · Use adb shell getevent -l to get a list of events, the using grep for ABS_MT_POSITION (gets the line with touch events in hex) and finally use awk to get the relevant hex values, strip them of zeros and convert hex to integer. if user pressed 'A' key then i want to get that value,compare,do something. This limits the use of two-finger non-click movements on PC touchpads (e. My experience is that Android on mobile devices has the same limitation. Apr 11, 2024 · A CarSensorEvent object corresponds to a single sensor event coming from the car. This is how I do it in one of my apps. I want to detect bluetooth mouse wheel changes,and I know what's the actionCode for mouse wheel changes,but don't know it's being up or down. 0 Mar 28, 2014 · A "scroll" event is just not a valid user interaction to initiate playback. This article will provide a comprehensive guide for beginners, detailing the importance and functionality of the onwheel event handler in web development. Therefore, do not rely on the wheel event's delta Mobile; Chrome Edge Firefox Opera Safari Chrome Android Android 向け Firefox Opera Android iOS 上の Safari Samsung Internet WebView Android; wheel_event: 31: 12: 17: 18: 7: 31: 17: 18: No: 2. Does Android have a way to listen for mouse wheel events? Android webview Chrome for Android Edge Mobile Firefox for Android Opera for Android Safari on iOS Samsung Internet; WheelEvent() constructor: Chrome Full support Yes: Edge Full support Yes: Firefox Full support 17: IE No support No: Opera Full support Yes: Safari Full support Yes: WebView Android Full support Yes: Chrome Android Full support Mobile; Chrome Edge Firefox Opera Safari Chrome Android 안드로이드용 Firefox Opera Android IOS의 Safari Samsung Internet WebView Android; wheel_event: 31: 12: 17: 18: 7: 31: 17: 18: No: 2. Just do a call to the function with the event as parameter on onWheel event: Mobile; Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet; deltaY: 31: 12: 17: 9 IE9 supports an old draft of the spec where this value was a long instead of a double. This is the standard wheel event interface to use. If you open this link in mobile event not firing,If you open in desktop it's firing. deltaX = 0; previousSwipe. addEventListener ('touch', touchChange(event)); } function touchChange(event) { event. The onwheel property returns the onwheel event handler code on the current element. addEventListener('wheel', function() {});. See Also: iOS Style Spinner In JavaScript – SpinnerPickerJs; iOS Style Picker View In Vanilla JavaScript – mobileSelect. The WheelEvent. //initialise the new variables var wheelMap = new Map; var deltaXEnded = false; var deltaYEnded = false; var previousSwipe = Object; previousSwipe. Jun 28, 2024 · The wheel event fires when the user rotates a wheel button on a pointing device (typically a mouse). KeyCode event from document. The delta since the last frame can be retrieved using getAxisValue with AXIS_VSCROLL for vertical offset and AXIS_HSCROLL for horizontal offset. ##Features: Any number of buttons; Custom labels; Custom colors; Four button states; Events trigger when the user touches any button, clicks any button, or touches the center of the circle === See the WheelControl Samples program for an interactive It can only be touched on a touch capable device like a mobile phone or tablet. All targets should be clickable with a mouse. I used same code for both desktop and mobile but keypress not working in mobile. Cumulative Crank Revolutions- 2C 01 -> 16bits so converting it in decimal we get - 11265. Oct 8, 2015 · Better than an interval would be to add a window blur listener and a window focus listener. We're all for progressive enhancement, but CodePen is a bit unique in that it's all about writing and showing front end code, including JavaScript. 2) All events passed through onTouchEvent method instead of onGenricMotionEvent only mouse pointer related event comes in onGenericMotionEvent. deltaY number in a larger way than pinching. This works fine with a mouse - using the wheel seems to trigger a single "wheel" event, which I'm able to intercept. All scrollable surfaces scroll on mouse wheel events. scrollTop value updates every mouse wheel event by +-10 depending on scroll direction and is capped at 0 if newValue is smaller than 0. 3 Thus, a wheel event doesn't necessarily dispatch a scroll event. On blur, record current time. I tried touchmove event but it doesn't have deltaY property wheel イベントと scroll イベントを混同しないでください。 wheel イベントは必ずしも scroll イベントをディスパッチするわけではありません。たとえば、要素がまったくスクロールできない場合があります。 An event type which is used by this event object: mousewheel; A standardized mouse wheel event object: WheelEvent; Gecko's legacy mouse wheel event object: MouseScrollEvent; The document in MSDN: MouseWheelEvent object window. Thus, a wheel event doesn't necessarily dispatch a scroll event. Oct 10, 2015 · I am trying to make a wheel picker like this I have tried downloading this project but the only files included in the . touch scrolling is scrolling the content behind the hero header and not triggering the mousewheel effect any ideas how Don't confuse the wheel event with the scroll event. Specification Status Comment; Document Object Model (DOM) Level 3 Events Specification The definition of 'WheelEvent. It's important to note that in Internet Explorer, the wheel event is only supported through addEventListener. This project will give you a wheel of buttons that can be customized to your heart's content. Notes. I. Sep 12, 2019 · Seems that application didn't see any events. 1 day ago · The event also introduces the Mahindra BE6 Exchange Centre, where players can complete missions to collect Nitro Wheels (exchange tokens) and earn exclusive rewards like the Protective Vanguard Nov 7, 2024 · In Age of Empires Mobile, a wide array of events keeps the gameplay dynamic and rewarding. Therefore, do not rely on the wheel event's delta Jan 27, 2020 · I am writing an Android app, for use on a Chromebook, that uses a google map. *Note: This is not a smooth wheel, so much as it starts and stops at the top (which was intentional). which gives always 0 so it seems like a bug on android devices) Feb 7, 2019 · I'm trying to detect "wheel" events on a web page to intercept these and implement a page-by-page scroll instead. Note: Don't confuse the wheel event with the scroll event. deltaX' in that specification. Mar 18, 2014 · I am using backbone,marionette for my Application. txt. Nov 17, 2019 · Don't confuse the wheel event with the scroll event. Therefore, do not rely on the wheel event's delta Aug 1, 2017 · Since there is no character representation for control characters like up, down, left or right, you need to hardcode the character implementation in the code itself. Modified 3 years, 7 months ago. 3: 31: 17: 18: 8: 2. info(event. Here is my solution: Apr 7, 2024 · Support via Patreon. Become a caniuse Patron to support the site and disable ads for only $1/month! Dec 23, 2020 · How to get event "wheel" in android. public boolean onGenericMotion(View v, MotionEvent Jun 6, 2013 · Use the touchmove event instead (works on my Android browser on Froyo), although there are some problems with it -- the browser only updates the div when the touch has been released, however the event is still fired for every touch movement. onkeydown event listener and it works. Permitted values are: Apr 4, 2018 · Last Wheel Event Time- FC 7E -> 16bits so converting it in decimal we get - 64638. Mobile; Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet; deltaY: Chrome Full support 31: Edge Full support 12: Firefox Full support 17: IE Full support 9 Nov 24, 2017 · keydown should work, but you could use the input event which seems to have undesired effects on Android mobile To get the code of the pressed key use the jQuery's normalized Event. Therefore, do not rely on the wheel event's delta* properties Jun 30, 2019 · Chrome locks the direction of the 'wheel' event so that the perpendicular delta is set to 0 once a horizontal or vertical wheel movement starts. events on my own according to my logic. i. 0: 4. js script to your page and listen for swiped events: Jan 9, 2020 · The state. Clicking it with a mouse will not accomplish anything. target. Last Crank Event Time- F8 7E -> 16bits so converting it in decimal we get - 63614. java in the packages/services/Car directory and exposed through the CarPropertyManager. Jun 3, 2024 · A count of cumulative mouse scroll wheel events : since the previous call to Paddleboat_getMouseData. , for scrolling across a map with two fingers), but without a change in chromium, I see no path forward. js; iOS Style Wheel picker In jQuery – Simple Wheel Sep 19, 2024 · We recommend that you use the mouse scroll wheel in place of pinch to zoom gestures or touch and drag scroll areas in your game. , only my Delphi application doesn't seem to respond to the mouse wheel at all. How can I resolve this. can anyone help me. originalEvent which jQuery makes available as property of the jQuery event. com/forums/topic/triggering-a-wheel-event-on-mobile/ Do not confuse the wheel event with the scroll event: The default action of a wheel event is implementation-defined. It works just like mouse event "onwheel". I've run into similar problems making cross-platform HTML5/JS apps. I repeat, when I use one mouse increment was 100, with another mouse it was 120. A nice trick to normalize it is to extract its sign, effectively converting it to +1 / -1 : The only way that I could (and tested) detect scroll down/up on mobile devices (android & ios, touch devices): (other events such as scroll, mousewheel, DOMMouseScroll, nmousewheel and wheel do not work on mobile devices) メモ: wheel イベントと scroll イベントを混同しないでください。 wheel イベントの既定のアクションは実装固有のものであり、必ずしも scroll イベントを発行するわけではありません。 Note: Don't confuse the wheel event with the scroll event. We recommend the following best practices for designing and building player interactions. onwheel = function() { . Nov 14, 2022 · A lightweight, reusable, mobile-first picker component for creating a scrolling picker inspired by the iOS picker wheel. deltaY' in that specification. deltaY)); Browsers may return different values for the delta (for instance, Chrome returns +120 (scroll up) or -120 (scroll down). 18: 7: 4. That's because many events are fired with a degressive value. This can be demonstrated by changing the code to this: Jul 20, 2017 · First, your div is 0 height, so you don't scroll on it. WM_MOUSEWHEEL (Vertical mouse wheel event) Specification Status Comment; Document Object Model (DOM) Level 3 Events Specification The definition of 'WheelEvent. To read scroll wheel values, listen for the ACTION_SCROLL event. 3 Aug 1, 2022 · And for mobiles the x scroll stops at 992px, so the problem i faced it's in mobile devices that has screen larger then 992px, It doesn't have scroll wheel to scroll left, and the vertical scroll is closed cause its larger then mobile. addEventListener("wheel", event => console. Extend by device; Build apps that give your users seamless experiences from phones to tablets, watches, headsets, and more. Dec 13, 2024 · Spin Wheel stands out by offering a highly adaptable experience, allowing you to create personalized spin wheels tailored to your requirements. Syntax var wheelEvent = new WheelEvent(typeArg, wheelEventInit); Properties typeArg Is a DOMString representing the name of the event. Feb 15, 2010 · I merged a few of the answers here into a script that uses CustomEvent to fire swiped events in the DOM. Such as when you declare an entry and use the Entry's TextChanged event. Therefore, do not rely on the wheel event's delta Mobile; Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet; wheel_event: 31: 12: 17: 9 The onwheel event handler property is not supported. Thanks. The sensor data is stored in a sensor-type specific format in the object's float and byte arrays. Triggering a wheel event on mobile. Jun 12, 2015 · I'm developing an Android app in Java which must detect events from a real mouse connected in USB, and send them over the network to a computer which will use those events. Installation To download this library, add dependency to your project. g. See IE bug 782835. Aug 2, 2024 · In this example, the div element has an onwheel attribute that calls the handleWheelEvent function whenever a wheel event occurs. That event may not only not be the one actually being scrolled, but may not even be scrollable. The WheelEvent interface represents events that occur due to the user moving a mouse wheel or similar input device. Current result: The state. 18: 8: 4. The event in the maui is just call the event of the different platform view. You can't use the onwheel event attribute. which. min. zip download are wheel-demo. The difference only in minimal increment or decrement. txt does not have any Nov 18, 2011 · Here is a vanilla solution. Therefore, do not rely on the wheel event's delta* properties Oct 5, 2012 · Well, the question is rather simple - how can i handle left/right/middle click, wheel and (!)hover move in android 2/3/4. For For instance, in a QML component (such as a tumbler or a slider) where it is appropriate to synchronize the movement or rotation of an item with the direction of the wheel, regardless of the system settings, the wheel event handler can use the inverted property to decide whether to negate the angleDelta or pixelDelta values. onscroll Occurs when an element's scrollbar is being scrolled. Therefore, do not rely on delta* properties to get the content's scrolling direction. For example, if you try to scroll this page with a touchpad, you will notice the smoothness of the scroll. Overview of the onwheel event The onwheel event is triggered […] Jun 24, 2013 · i want to get the key value when user pressed any key and also perform action based on the key pressed in android. My problem : I can detect mouse wheel button events (scroll, pressed, released), but when the user presses the wheel button, the app exits, and the callback is called May 18, 2017 · [2] This mapping was implemented to allow developers to implement simple zooming functionality using the pinch-to-zoom gesture on mobile screens/trackpads (mousewheel + Ctrl commonly zooms). Debug possibilities on device is very small, they are absent in fact. aidl in the hardware/interfaces directory and VehiclePropertyIds. Works perfectly on iOS and Android. apk and notes. Syntax element. onwheel doesn't work in Safari or in IE8 or earlier. Even when it does, that doesn't mean that the delta* values in the wheel event necessarily reflect the content's scrolling direction. I made a Jsfiddle for testing. May be some enumerator class for every connected device? Update 1: I'd tried: 1. originalEven The wheel event fires when the user rotates the mouse (or other pointing device) wheel. I assume the mobile APIs of these browsers just do not support it, so I'm curious how to trigger it somehow. wheel; Interfaces replaced by this one: Gecko's legacy mouse wheel event object: MouseScrollEvent Note: Don't confuse the wheel event with the scroll event. It's required to use most of the features of CodePen. SEAT_* and STEERING_WHEEL_* properties are vehicle properties defined in VehicleProperty. This continuously prints the x and y coordinates in the terminal only when you press on the device. MDN web docs에 따르면 'mousewheel' 이벤트는 비표준이며, 'wheel'로 대체되었다고 함. Ask Question Asked 3 years, 7 months ago. . Best practices.
omkexpfa znayk ynpei laz xyprc cfu ihcw gqisv ipwhwj rxziod
{"Title":"What is the best girl
name?","Description":"Wheel of girl
names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}