Can safzri en iOS support fullscreen

Hi @danzen
I like the idea of the makeIcon("maximize")

Can you know tolet work to thenew Button(widt:60, height:60,label:"", icon: makeIcon("maximize"), toggleIcon("close")}).pos(10,10,RIGHT,TOP).tap()=>{!F..fullscreen(!F.isFullscreen)})

Can work on safara and iOS sipport yhat..
Check article
https://stackoverflow.com/questions/67451504/fullscreen-api-not-working-on-ios-when-using-javascript

With link https://caniuse.com/fullscreen


So the solution would be
https://stackoverflow.com/questions/15509389/is-there-a-way-to-tell-whether-safari-is-fullscreen-e-g-document-fullscreenel

What do you think?