singhalavi
Forum Replies Created
-
Forum: Reviews
In reply to: [Androapp - Native Android mobile app for wordpress site] Great PluginReally appreciate your review !! You have an interesting website 🙂
Forum: Reviews
In reply to: [Androapp - Native Android mobile app for wordpress site] Pure GeniusThanks for the nice review !!!
Thanks a lot ohphoria, your review means a lot to us 🙂
If you can share you signing key with us, we can take care of it.
We are also planning an option to generate un-signed build which you can sign yourself later.
For more information, please drop an email to contact@androapp.mobi.
Forum: Fixing WordPress
In reply to: Unable to upload big images to my self-hosted WPI am also facing the issue, i am trying to upload only 100kb image, this is happening in all my wordpress sites.
we use WP REST API for backend tasks.
But we might need to make few changes here and there to support different kind of plugins, we would suggest to try it out and write to us @ contact@androapp.mobi, if it breaks.
We would love to make it work for you.
Thanks,
We would really like to see our plugin one in thousans.
Thanks NRG News for all the suggestions and making our app good fit for any news blogs as well.
IT seems you have not installed WP REST API plugin or even if you have installed, there is some issue in this.
Please ensure you have installed WP REST API, for any more help please reach out to us @ contact@androapp.mobi
This issue is also fixed, please create a new build.
Hi,
We had fixed this issue recently, it should not come now.
Which version you are using, can you tell the version name of the app, if you have uploaded it on google play store, please share the link.
Forum: Plugins
In reply to: [Copy To Clipboard - mobile + web] Button linkYou can call any javascript mehtod like this, however there is no way to change the text and color etc.
[pw-clippy caption1=”Text1″ js=”onCopy(‘http://xyz.com’)”]Text to copy[/pw-clippy]
Now you can define this method in any javascript file or in your header.php
<script>
onCopy(url){
//You might need to change this implementation
window.open(url,’_blank’);
}
</script>Or may be you can just call it in try catch
That might have been a temporary issue, i would request you to try again once.
Do let me know if you face any problem.
Sorry for the late response
please install the plugin and use this demo app to check
https://play.google.com/store/apps/details?id=mobi.androapp.testapp&hl=en
Let me know if you face any issues.