Closed ptkdev closed 6 years ago
Here https://drive.google.com/open?id=14khqTDsEE54kYkjB3kPDuMe_XaTADagx Works fine for me, can't see any issues
Is little random, if you click fast or open fast panel and try scroll. Is difficult to provide the correct steps =/
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This is a (multiple allowed):
[x] bug
[ ] enhancement
[ ] feature-discussion (RFC)
Framework7 Version: 2.2.1
Platform and Target: Cordova (ios)
What you did
In iOS version, If left-panel is open and i try open external link (example: app store page) with param _system and return to app, left panel is open and is freeze (scroll not work). For defrost panel touch on page-content on right, left panel go to close, and i need reopen panel.
Another example: download me in gifs app v1.2.0, and click on "iMessage Stickers" in menu. Code is:
<li><a href="#" onclick="window.open('https://itunes.apple.com/it/app/ptkdev-stickers/id1265489619', '_system');">iMessage Stickers</a></li>
if you return to app from app store page left panel is freeze.Expected Behavior
Left panel is closed or is open (without scrolling freeze).
Actual Behavior
Left panel is open and scroll not work after click on link with window.open + _system param (cordova)