overswipe event bug in any device
See original GitHub issueI try to create a project with this framework but I seen a bug in swipeout
with overswipe
.
Explain more:
in this ref write :
With overswipe, script will automatically trigger "click" event on overswipe button, so you need to add appropriate event listener to this button
but now this feature not work in the this package.
What is i try:
I try use exactly what I seen in this page but isn’t work.
I try in jsfiddle
to sure that bug not form framwork7-vue it’s worked 😦
At last action try to update framework7
& framework7-vue
to latest version 4.4.3
but is not work in any device yet.
notes
The overswipe
event not work left and right both but the delete working good for me
And the project has no error
in console browser
please help to fix this problem.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Nasty Bug Lets Hackers Into Nearly Any Android Phone Using ...
No physical access to the phone, no tricking him into opening some shady application; just a quick message sent to his phone, ...
Read more >AEM Mobile v2017.3 Release | Technology for Publishing LLC
Control over swipe and bezel gestures in your iOS and Android apps has been added. Enable or disable pinch-to-zoom gestures in fixed layout,...
Read more >How to find Bugs on your Mobile App (7 Tips) | BrowserStack
It is an iterative process, and there will be trying & testing to identify the bugs on mobile apps and resolve them.
Read more >Framework7 Release Notes
photo-browser: enables cssMode by default for iOS and Android devices (d6cb8e3) ... react: fix not working correctly change event with swipe (9888e16) ...
Read more >There something bug issue in my device - OnePlus Community
Do you use the Healthify app or similar health app, as this can show an alarm icon if an event is scheduled. This...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
this command should do the work:
cordova create <project_create_dir> [com.example.projectname] [ProjectClassName] --template cordova-template-framework7-vue-webpack
have you checked if your Cordova and npm versions are up to date?
Okay, I’ve fixed your problem it was happening because the Vue page was using separate components instead of the whole bundle. If you want to check it out, please go to the about page on the new template version.
Please check this last version: https://github.com/caiobiodere/cordova-template-framework7-vue-webpack/releases/tag/2.4.1