Berian

Results 7 comments of Berian

> It looks like the `enableClipboard` prop now supports a callback function > > My only request (which seems in line with this ticket) is to pass more information. I...

> Hi! I am sorry, but there is no simple way to make it smaller. > > Usually, it's not very critical for apks to weigh 15 megabytes. Many apps...

> If you really want to decrease apk size, you need to know some things about p4a. > > Firstly, you need to inspect apk content using 7zip or other...

> The App takes more storage after installation. It is using **61.48MB** of storage. The `apk` size is around **15MB**! I am just curious to know what the folks out...

@ArtemSBulgakov I have configured `buildozer.spec` to ignore `sqlite3,libffi,openssl, and android` but I still see them in the final apk which is contributing to the larger apk size. **buildozer.spec**: ``` #...

> ### Are you submitting a **bug report** or a **feature request**? > Feature request > > ### What is the current behavior? > `onSubmit` only receives predefined arguments without...

> Another approach is to use some field as container for your custom option: > > ```js > const handleSubmit = async ({ action, ...values }, form) => { >...