Questions
Can we enable/disable pull-to-refresh from the code script?
I am having trouble where I pull to scroll up, the screen automatically refreshes without reaching the top of the app window. Is there a code script to enable/disable as required?
Sharing just text natively
Hello,
Support Google Play Version Requirements
When will GoNative/Median update the underlying code to support Google Play version requirements? Our organization would like to know to plan for the next build - thanks.
device info
Hi, I've used the function of gonative to return the device info before but now it's not working. I don't know if that function changed but now when I use window.gonative.run.deviceInfo() or await window.gonative.deviceInfo() either of them return the platform as it was doing before.
New google play release
Hi, I have just submitted a new release on Google Play. Everything was successful but it threw me this warning.
Export font
Custom icons don't work, they just don't get added, is there anything that can be done?
I attach a video of what is meant:
Free license
What happens to the app after the 6 months is up? Will it work or after 6 months, will the app be completely inoperable? Or after 6 months I will not be able to edit it through your builder, but the application itself will work as it is at the moment?
Custom CSS
Is it possible to apply custom css , only for certain pages? So that the deleted element would be deleted only on a certain page?
Opening links
Hello, I asked a question earlier about opening a link in the corresponding application, but I never realized where to put this method for hard loading, namely this median.window.open({'url':'https://domain.com'})
I was talking about the fact that the link I need is not opened in the corresponding application, namely this link :
https://next.privat24.ua/payments/form/%7B%22token%22:%22ba85b5f73c92fc991e08e6b392e2ce1emoqg311t%22%7D
It should open in this application https://play.google.com/store/apps/details?id=ua.privatbank.ap24.
If what I read the documentation on this issue and all methods have already tried, except for what you wrote to me, please tell me where to write the above written method?
How can I download image ?
In my website, I've a option to download image. But nothing happening from APPS but from browser it's working nicely. How can I make the app so that If I click download button it's saved that to gallery or in device?