Hello! Sorry, but I'm afraid it's not possible... We're happy to help if you have any specific question, but adding plugins is really outside the scope of our support. You can also contact Appery.io services team http://appery.io/services/
Hello! Sorry, but I'm afraid it's not possible... We're happy to help if you have any specific question, but adding plugins is really outside the scope of our support. You can also contact Appery.io services team http://appery.io/services/
HI Maryna!
So you're saying there's no way to execute the sharing of both jplot graphs via the "share" button on "results" page?
Otherwise, I have nothing but refinements to make on the app hopefully. There are some inconsistent aspects of the app and it's performance and design yet to be worked out before it's release.
For instance, is there a way to create a button to control panel component on "website" page so that the "browsing window" performs the browser "back" function?
As always, thank you very much.
Hello! [quote:]there's no way to execute the sharing of both jplot graphs via the "share"[/quote]there is no way to do that in current plugin version, but you can try to change plugin.[quote:]is there a way to create a button to control panel component on "website" page so that the "browsing window" performs the browser "back" function? [/quote] sorry, not sure I understand what you mean...
I mean the integration of a "back" button in the "website" page's html component similar to a PC browser.
Sorry, could you post some screenshots?
You can't add any buttons in iframe, unless you add it on your site which is opened in iframe. You can try to open site not in iframe, but in InAppBrowser with target=_blank and specify in options location=yes. More information is here http://cordova.apache.org/docs/en/3.0...
But in this case you'll be able to see your app buttons while visiting your website (till you click Done button)
Hello Again Maryna! I finally got my MacBook Pro, I've installed Xcode..so..could you guide me on how to add those frameworks in order to have the social sharing plugin working? I exported .ipa, open it on Xcode, but what is the next step to add social.framework, and messageUI.framework.
Regards ![]()
Hello!
1) You have to export xCode project instead .ipa
2) Frameworks you need to add are listed here https://github.com/EddyVerbruggen/Soc...
"For iOS, you'll need to add the Social.framework and MessageUI.framework to your project. Click your project, Build Phases, Link Binary With Libraries, search for and add Social.framework and MessageUI.framework."
Hello Maryna, I follow the steps you suggested me...I managed to add those frameworks..but I don ́t know what to do next....Is there any link of other post or any documentation on how to install the app on my device from xcode? Thanks!