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
A thing that would be very interesting for controlled frames to tackle is the way transforms in the hosting content affect native elements (in particular, select dropdowns) in the transformed controlled frame.
Right now with webviews those are not transformation aware. So if you have e.g. a webview with a transform: scale(0.5), that results in the opened select menu showing in a completely different place from the select element:
The text was updated successfully, but these errors were encountered:
A thing that would be very interesting for controlled frames to tackle is the way transforms in the hosting content affect native elements (in particular, select dropdowns) in the transformed controlled frame.
Right now with webviews those are not transformation aware. So if you have e.g. a webview with a
transform: scale(0.5)
, that results in the opened select menu showing in a completely different place from the select element:The text was updated successfully, but these errors were encountered: