- Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
When I use MacGap to wrap Google Keep it works beautifully.
There is unfortunately still one issue: The top bar of the website is flashing while I am scrolling.

This is my complete index.html for reproduction - but its nothing special, it just wraps Google Keep (and I am using macOS Catalina btw):
<!DOCTYPE html> <html> <head> <title>MacGap</title> <style type="text/css" media="screen"> html, body { height: 100%; width: 100%; background: #FFF; padding: 0; margin: 0; overflow: hidden; -webkit-user-select: none; } h1 { color: #E0E0E0; margin: 18% 0; text-align: center; font-family: helvetica; } </style> </head> <body> <script type="text/javascript" charset="utf-8"> MacGap.Window.resize(900, 1000) window.location.href = 'https://keep.google.com'; </script> </body> </html> Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels