framework7io / framework7

Full featured HTML framework for building iOS & Android apps
http://framework7.io
MIT License
18.13k stars 3.23k forks source link

Freeze of left panel: Cordova + External link _system param #2360

Closed ptkdev closed 6 years ago

ptkdev commented 6 years ago

This is a (multiple allowed):

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)

nolimits4web commented 6 years ago

Here https://drive.google.com/open?id=14khqTDsEE54kYkjB3kPDuMe_XaTADagx Works fine for me, can't see any issues

ptkdev commented 6 years ago

Is little random, if you click fast or open fast panel and try scroll. Is difficult to provide the correct steps =/

stale[bot] commented 6 years ago

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.