Page 8 of 9

Miscellaneous Issues with App

Posted: Thu Mar 06, 2014 3:20 pm
by Maryna Brodina

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/


Miscellaneous Issues with App

Posted: Thu Mar 06, 2014 5:45 pm
by Joe Paisley

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.


Miscellaneous Issues with App

Posted: Thu Mar 06, 2014 7:27 pm
by Maryna Brodina

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...


Miscellaneous Issues with App

Posted: Fri Mar 07, 2014 5:26 am
by Joe Paisley

I mean the integration of a "back" button in the "website" page's html component similar to a PC browser.


Miscellaneous Issues with App

Posted: Fri Mar 07, 2014 4:00 pm
by Maryna Brodina

Sorry, could you post some screenshots?


Miscellaneous Issues with App

Posted: Fri Mar 07, 2014 4:26 pm
by Joe Paisley

Something like this: Image

That controls this component:
Image

When users need navigation buttons for a psuedo "web browser" interface to effectively control the html window with "click event" buttons below the panel component.

Does this make sense? Thanks!


Miscellaneous Issues with App

Posted: Fri Mar 07, 2014 10:08 pm
by Maryna Brodina

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)


Miscellaneous Issues with App

Posted: Sun Mar 09, 2014 7:04 am
by Alex GG

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 :)


Miscellaneous Issues with App

Posted: Tue Mar 11, 2014 10:29 am
by Maryna Brodina

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."


Miscellaneous Issues with App

Posted: Wed Mar 12, 2014 6:37 am
by Alex GG

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!