You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the default listener for both tap and click is allocating one quarter of the iframe window on the left and the right to navigate to the previous/next screen. It is relying on cframes to access the window.innerWidth, a property we want to make private eventually.
Edge taps to turn pages should be handled in the (test) app. The navigator will just send the tap event.
Each app might want different edge threshold, or even disable this feature for accessibility reasons.
Originally posted by @mickael-menu in #12 (comment)
The text was updated successfully, but these errors were encountered: