Search found 48 matches

Go to advanced search

by Tiago Ramos
Wed Jun 04, 2014 4:51 pm
Forum: Issues
Topic: Adding 3rd party plugin to ios
Replies: 20
Views: 4429
 
Jump to post

Adding 3rd party plugin to ios

They're added to the source folder, but aren't linked to the xcode project itself.
Adding them to the xcode project manually is, unfortunately, the only option at the moment.

by Tiago Ramos
Wed Jun 04, 2014 3:24 pm
Forum: Issues
Topic: Adding 3rd party plugin to ios
Replies: 20
Views: 4429
 
Jump to post

Adding 3rd party plugin to ios

As I have mentioned here (https://getsatisfaction.com/apperyio/... ), source files added to the necessary folder are not added to the xcode project or included when directly building the .ipa
You'll have to download the xcode project and add the files yourself.

by Tiago Ramos
Tue Jun 03, 2014 4:11 pm
Forum: Issues
Topic: Adding 3rd party plugin to ios
Replies: 20
Views: 4429
 
Jump to post

Adding 3rd party plugin to ios

Is this the plugin you're talking about? https://github.com/DataSplice/Honeywe... If so, just the js won't do, you need the things in the src folder, which will have to be done via xcode like I eventually found out here https://getsatisfaction.com/apperyio/... It's a major issue with appery which st...
by Tiago Ramos
Wed May 07, 2014 1:24 pm
Forum: Issues
Topic: Fixed header and footer not positioning correctly after canceling a text input
Replies: 5
Views: 1943
 
Jump to post

Fixed header and footer not positioning correctly after canceling a text input

Though it's not an elegant fix, this bit of code manages to work around the problem by forcing a an update: code$(document).on('blur', 'input, textarea', function() { setTimeout(function() { window.scrollTo(document.body.scrollLeft, document.body.scrol...
by Tiago Ramos
Tue May 06, 2014 1:23 pm
Forum: Issues
Topic: Fixed header and footer not positioning correctly after canceling a text input
Replies: 5
Views: 1943
 
Jump to post

Fixed header and footer not positioning correctly after canceling a text input

Unfortunately, that link doesn't really offer an answer to my problem. Isn't there a way to force the header and footer to re render once the keyboard goes away? I've tried hiding the footer when focusing a text box and showing it again on a blur event, but the result is that the footer flickers aro...
by Tiago Ramos
Mon May 05, 2014 9:12 pm
Forum: Issues
Topic: Fixed header and footer not positioning correctly after canceling a text input
Replies: 5
Views: 1943
 
Jump to post

Fixed header and footer not positioning correctly after canceling a text input

On iOS, if I focus on a text input and close it by pressing "done", the header and footer go to their correct places, but if I close the text box by tapping somewhere else in the screen, this happens: https://d2r1vs3d9006ap.cloudfront.net/s3_images/1053172/9ff3c501-0f9e-4c46-b270-4e4f1f608...
by Tiago Ramos
Mon Apr 28, 2014 2:06 pm
Forum: Issues
Topic: Adding 3rd party phonegap plugins to iOS
Replies: 22
Views: 4614
 
Jump to post

Adding 3rd party phonegap plugins to iOS

For future reference for anyone who stumbles upon this issue: The correct place for the .h and .m files really is in the CordovaLibPlugins folder, in a folder with the proper package name. However, Appery does not add that folder to the project when building an .ipa, so you'll have to export the xco...
by Tiago Ramos
Mon Apr 28, 2014 1:08 pm
Forum: Issues
Topic: Adding 3rd party phonegap plugins to iOS
Replies: 22
Views: 4614
 
Jump to post

Adding 3rd party phonegap plugins to iOS

Also why is the question marked as answered when my problem still persists?

by Tiago Ramos
Mon Apr 28, 2014 12:25 pm
Forum: Issues
Topic: Adding 3rd party phonegap plugins to iOS
Replies: 22
Views: 4614
 
Jump to post

Adding 3rd party phonegap plugins to iOS

No more ideas? I really need to get these plugins working for the iOS version.

by Tiago Ramos
Fri Apr 25, 2014 8:46 pm
Forum: Issues
Topic: Adding 3rd party phonegap plugins to iOS
Replies: 22
Views: 4614
 
Jump to post

Adding 3rd party phonegap plugins to iOS

Tried changing it to codevalue="com&#46;jcjee&#46;plugins&#46;EmailComposer"/code in config.xml, still getting the following error: code <Warning>: CDVPlugin class com&#46;jcjee&#46;plugins&#46;EmailComposer (pluginName: EmailComposer) does not exist&#46; <Warni...

Go to advanced search