Search found 36 matches

Go to advanced search

by BananaGator
Sun Jul 05, 2015 9:18 pm
Forum: Issues
Topic: SMS problem
Replies: 17
Views: 2210
 
Jump to post

SMS problem

Apple removed support for the "body" SMS URL variable some time ago. You would need to use a plugin for iOS.

Take a look at Cordova's cross-platform SMS plugin: https://github.com/cordova-sms/cordov...

by BananaGator
Fri Jul 03, 2015 9:29 pm
Forum: Issues
Topic: Select list does not work in iPhone landscape view
Replies: 25
Views: 2861
 
Jump to post

Select list does not work in iPhone landscape view

Woohoo! You're welcome. :)

by BananaGator
Fri Jul 03, 2015 9:23 pm
Forum: Issues
Topic: Select list does not work in iPhone landscape view
Replies: 25
Views: 2861
 
Jump to post

Select list does not work in iPhone landscape view

Drats. Well, I saw a Stack Overflow post that suggested some CSS (like fonts) could interfere, and if you are using jQuery to trigger onchange events, "prop" should be used in place of "attr." I'm afraid that is all I could find! Hopefully Appery is able to help get to the bottom...
by BananaGator
Fri Jul 03, 2015 7:58 pm
Forum: Issues
Topic: Select list does not work in iPhone landscape view
Replies: 25
Views: 2861
 
Jump to post

Select list does not work in iPhone landscape view

Ah, okay. "Pure web" to me means you are not using any plug-ins. What does the inspector or Weinre tell you? Anything useful? I am a Windows/Android person, so my Safari/iPhone knowledge is very limited.

by BananaGator
Fri Jul 03, 2015 7:35 pm
Forum: Issues
Topic: Select list does not work in iPhone landscape view
Replies: 25
Views: 2861
 
Jump to post

Select list does not work in iPhone landscape view

Then how do you know it doesn't work in landscape mode, then? :) You can select the allowed app orientations within the Project > App Settings > iOS Binary tab, near the bottom. For reference, Weinre will run in the browser, as well as any emulator or simulator. When I debug apps just for Javascript...
by BananaGator
Fri Jul 03, 2015 7:25 pm
Forum: Issues
Topic: How to get the path of the image uploaded in appery.io website's development environment?
Replies: 9
Views: 1056
 
Jump to post

How to get the path of the image uploaded in appery.io website's development environment?

Can you post a screenshot of your files list opened on the Source tab? Without knowing where your CSS file is in relation to the file you are trying to associate, it is impossible to know.

by BananaGator
Fri Jul 03, 2015 7:16 pm
Forum: Issues
Topic: Select list does not work in iPhone landscape view
Replies: 25
Views: 2861
 
Jump to post

Select list does not work in iPhone landscape view

I would enable it, and test it however you are using it to view in landscape mode, then. I would assume if you are not using xCode or TestFlight, that you're using Appery.io Tester app, which is similar to TestFlight, but not an app installer.

by BananaGator
Fri Jul 03, 2015 6:43 pm
Forum: Issues
Topic: Select list does not work in iPhone landscape view
Replies: 25
Views: 2861
 
Jump to post

Select list does not work in iPhone landscape view

Are you able to enable Weinre, and test in either xCode or TestFlight? Perhaps there is a Javascript error on rotate that is preventing further functionality from working.

by BananaGator
Fri Jul 03, 2015 11:07 am
Forum: Issues
Topic: How to get the path of the image uploaded in appery.io website's development environment?
Replies: 9
Views: 1056
 
Jump to post

How to get the path of the image uploaded in appery.io website's development environment?

".." means parent directory. "/files" would look for the files directory in the root (do not do this in Appery, phones will look for it in their base file system). "../files/" would look up one directory from where the current file is, "../../" would go up two...
by BananaGator
Fri Jul 03, 2015 10:53 am
Forum: Issues
Topic: Password reset doesn't work is login is email address.
Replies: 8
Views: 1084
 
Jump to post

Password reset doesn't work is login is email address.

In your recovery script, you can attempt to debug, then. Somewhere around line 26, add an alert to see what is being sent through the "username" filter. You can also set console logs for the paramKeys. The most simple method (to start) would probably be to remove the encoding function that...

Go to advanced search