All public logs
From GiderosMobile
Combined display of all available logs of GiderosMobile. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:04, 20 February 2025 MoKaLux talk contribs restored page Share.share (9 revisions) (was correct)
- 19:15, 20 February 2025 MoKaLux talk contribs deleted page Share.share (content was: "__NOTOC__ '''Available since:''' Gideros 2020.7<br/> '''Class:''' Share<br/> === Description === Sharing a piece of data with an external app. <syntaxhighlight lang="lua"> (bool) = Share.share(mimeType,data) </syntaxhighlight> This invokes the platform default sharing dialog, allowing to save, print, send, share, etc. Supported MIME types: * '''"text/*"''' * '''"image/png"''' * '''"image/jpeg"''' === Parameters === '''mimeType''': (string) the MIME type of the data<br/>...")