I'm working on a Calender scheduler using dhtmlx in phonegap.I managed to get the events from my mysql database but unable to create new events because the double click event in a touch screen enable to zoom-in or zoom-out. Please help me in this.how to disable this zoom-in and zoom-out and enable create event.
Phonegap Calender sheduler not allowing create event with double click
314 views Asked by AudioBubble At
3
There are 3 answers
0
Paul
On
Probably scheduler do not recognizes a touch device, when rendered in a PhoneGap.
Try enabling touch support mode manually
scheduler.config.touch = "force";
http://docs.dhtmlx.com/scheduler/api__scheduler_touch_config.html
Related Questions in CORDOVA
- how to get rid of the cordova screen when you open the app
- How to build a codesandbox project to android apk?
- Cordova Android run failed
- Cordova Build issue since version 12.0.0
- cordova-background-geolocation-plugin don't giving any response in cordova android app
- provider duplicate while compiling a Cordova application for the Android platform
- Detect clickable areas within <img> tag in Ionic project
- Whitelisting Ionic app in Salesforce Org for CORS/CSP
- gradle keeps failing. Cordova run. Vscode
- Cordova plugin splashscreen issue while Azure Devops with ant build using android-cordova application
- Ionic 3 issue while generating AAB file
- Xcode Undefined symbols, Linker command failed with exit code 1 (use -v to see invocation)
- Xcode 15.3 build failed
- Samsung screen zoom ruining my cordova built android app
- command: ionic server Killed 9
Related Questions in CALENDAR
- Tasks in a RecycleView are merging into 1 item
- Python Django HTMLCalendar How To Set First Weekday To Sunday
- Generating Google Calendar Share URL
- Vertical Line Plot based on Actual Calendar Days not based on Bar Index
- How to add event in google calendar in kotlin (android)?
- Creating a outlook calendar event leaves a shade of that event throughout the entire day till the end date
- Enable the user to pick a date from Calender for non consecutive date only in ios?
- MUI DatePicker 6.19.7 change picked day bgcolor using sx
- how to display event creation screen while adding event to the calendar?
- Displaying ICS informations in grid
- Share Outlook calendars with all members of specific security group
- How can I do this? (Calendar search, find, match then edit)
- One day difference in Converting Gregorian to Hijri date using Intl.DateTimeFormat
- Can't limit to only 3 or 4 days in week/week view in React big calendar
- "Get event happening now" type problem in Redis
Related Questions in DOUBLE-CLICK
- how activate the double click and Right Click events for Kendo Grid 2023 in asp core
- Worksheet_BeforeDoubleClick
- In tcl/tk how to bind a simple quick <Double-1> (the mouse button 1 double click) to tablelist and get selected row contents?
- how to perform action on double click on a button using Angular JS
- How do you make Text double-clickable?
- How do I double-click a borderless form to resize it?
- Blazor QuickGrid - Trying to either double-click a row or use a button
- double click in for loop
- VBA: Doubleclick list box, identitfy values between commas and highlight corresponding identified values in another listbox
- double click instead of single click ; reload()
- How to double click using selenium with vb.net code? 4.0 framework
- double clicking an element with Selenim in Python isn't working
- How to get double click interval on MacOS
- JqGrid prevent checkboxes from double clic event
- How to run a .sh script in terminal by double-clicking?
Related Questions in TOUCHSCREEN
- Two touchscreen same product and vendor ids, needs to invert one
- Why are left and top properties disabled when using TouchMove-event
- How do I prevent when I touch screen, scrolling stops in Flutter
- Goodix GT911 touchscreen controller starts generating i2c signals 64 seconds after device power-on
- KinematicBody2D direction/rotation towards finger touch in Godot 3
- Accessing raw conductivity data from capacitive touchscreen on Android/iOS
- How to read touchscreen input from assembly on Surface with no OS (not under Windows)
- Moving UP and DOWN on 360° video with a SAMSUNG FLIP 4 touchscreen
- SDL touchscreen areas remain focused when motion events are triggered on them
- How to update touch points for S2240T touchscreen monitor on Raspberry PI 4
- Kivy with touchscreen call twice the function but not with mouse
- How can I access raw touch capacitive images from an Android phone?
- Problem with clickable image on touchscreens (phones)
- Screen rotation when launching PyQt5 application on linux without X server
- incorrect coordinates with event.touches[1].clientX in javascript
Related Questions in DHTMLX-SCHEDULER
- How to Show 30 days in Day View with Horizontal Scrollbar in Dhtmlx Scheduler?
- Dhtmlx Calculating duration without effecting the ganett grid chart similar to MS Project
- Dhtmlx scheduler: custom second scale in timeline view
- Having what week day is on left column
- DHTMLX Scheduler Day View, View event count if multiple events in same hour
- How to install dhtmlx
- Hide / Remove the DHMLX created watermark (footer) sentence when export pdf or png
- DHTMLX scheduler recurring event id(id#timestamp) getting failed in DHTMLX functions
- how we get multiple section_ids by day or week or month change in dhtmlxscheduler
- pass dynamic data-attribute to a dhtmlxScheduler
- DHTMLX Scheduler timeline view - labels with longer text don't appear in tree mode
- Updating dhtmlx-sheduler uisng React
- jQuery div reload with a Get submit on following page - timing issues - dhtml scheduler
- DHTMLX Scheduler Month View only event count
- Custom Event Box in dhtmlx-scheduler
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
There is a special, touch version of dhtmlx scheduler - http://dhtmlx.com/docs/products/dhtmlxScheduler/sample_mobile.shtml.