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
313 Views Asked by AudioBubble At
3
There are 3 best solutions below
1
Pål Jørgensen
On
Have you tried setting the viewport meta tag? If not, try this:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
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
- CFBundleDocumentType is not working in myproject-Info.plist file
- ionic build android failure - Execution failed for task processDebugResources
- How do I properly restrict a .on('click tap') event from triggering more than once per click?
- Android Status Bar Icon Size - Using Cordova / Phonegap Push Plugin
- ionic serve uncaught exception
- PhoneGap: Offline App Use
- Visual Studio 2015 Cordova Plugin Add Fail
- Tools for Apache Cordova - Installed Plugins are skipped in build
- app crashes after hacking cordova-plugin-crosswalk-webview to include crosswalk-lite
- identify GPS mobile phonegap
- Android installLocation when building with cordova cli
- Check Phonegap app connection
- CORS in ionic app and django
- Build full-featured iOS application with just PhoneGap Build and no Mac-like hardware
- How to use embedded Ruby HTML files with Ionic and Cordova
Related Questions in CALENDAR
- Having trouble writing a calendar, I couldn't find a detailed guide answering my questions anywhere
- Algorithm to find the Gregorian date of the Chinese New Year of a certain Gregorian year
- google calender library disable Previous date
- Adding calendar in ms access and view the data of specific day by clicking the date
- Can't call EWS service with API Java SSL and certificates
- Obtaining value from Calendar control without selecting a day
- Generating dates to the days of a week in Python?
- "is this date the third thursday of the month?" - Java Library?
- Django: Which days have objects?
- Adding reminder to event fails in Android
- Embed editable google calendar for those who have the access
- How to open different activities for each day in the custom calendar
- having trouble in setting up a calendar in tkinter
- How to fetch tasks from android calendar?
- How do i delete the JLabel from previous creation?
Related Questions in DOUBLE-CLICK
- How to handle double click from headset hook?
- Selenium IDE requires 2 identical commands for button press
- jQuery - ignore double AJAX calls?
- Phantom double clicks from MouseArea on Android
- Unable to doubleclick in selenium webdriver c# 1
- Open file in the currently running instance of my program?
- RecyclerView onDoubleClick and onClick
- Ajax request failing in cordova/phonegap app on real device
- Controlling ActionScript 3 with dynamically loaded text file
- How to prevent double clicks with ember.js?
- Kendo window disable maximize on double-click
- Icefaces (ace) FileEntry direct submit without a "h:commandbutton" for avoid double click on import button
- knockout bind doubleclick and singleclick, ignore singleclick if double click
- .net webforms: double postback issue
- How to keep the eventlistener real time for chrome extensions?
Related Questions in TOUCHSCREEN
- Android touch screen power consumption
- Recording the time of the start of a screen touch in PsychoPy on Windows
- Using GetSystemMetrics how to determine if a screen is touchscreen
- Mousedown or touchstart called?
- input_report_abs axis offset
- Touch Screen event for tiny2451->S3c2451 ARM9 core
- WEC7 project (Platform Builder): touch screen display drivers issue
- How to determine if a device is touchscreen in Lotus Script in Registry
- mousemove based scrolling script need to adapt for touchscreen use
- Adb shell from application
- Disable Chrome paste menu on text inputs while on a touch screen
- Can I install my custom APK in Android Box?
- Chromium how to convert drag and or hold to click?
- Raspberry Pi: PiTFT-display touch stops working after some touches
- Need a Gui Keypad for a touchscreen that outputs a pin when code is correct
Related Questions in DHTMLX-SCHEDULER
- Who do Style is not properly aligned in DHTMLX scheduler recurring events in MVC 4?
- null pointer exception when using @Autowired for sessionFactory to get data from database in DHXEventsManager
- How does DHTMLX Scheduler Call Data Method?
- fetching from the database (Scheduler + yii)
- URL https :".." when used then unable to get content of page
- DHTMLX scheduler date and Time not saving to db
- Phonegap Calender sheduler not allowing create event with double click
- dhtmlx multiple scheduler not working error "Scheduler is not defined"
- How to fetch records from database and display as an event in DHTMLXScheduler Calendar
- Render view using different model
- assign values from table to Dhtmlx scheduler config
- Load scheduler units view with database values
- Weekview or Timelineview?
- Dhtmlx Scheduler is not being update in TimeInterval
- Remove block area from dhtmlx scheduler
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)
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?
There is a special, touch version of dhtmlx scheduler - http://dhtmlx.com/docs/products/dhtmlxScheduler/sample_mobile.shtml.