Search found 15 matches

Go to advanced search

by Fotios Kotsiopoulos
Wed Feb 18, 2015 4:39 am
Forum: Issues
Topic: Proxy required for Android binary or local service?
Replies: 9
Views: 2435
 
Jump to post

Proxy required for Android binary or local service?

Hi, Setting android:debuggable to true allowed me to successfully test my HTTPS service with a self signed certificate. However, I was not able to publish with debuggable=true on Google play (alpha or beta). I had to manually copy and install the apk via USB to the device. All is good. Thanks!
by Fotios Kotsiopoulos
Tue Feb 17, 2015 5:43 am
Forum: Issues
Topic: Proxy required for Android binary or local service?
Replies: 9
Views: 2435
 
Jump to post

Proxy required for Android binary or local service?

Hello Evgene,

I've read that if I set the debuggable flag to true in the androidmanifest.xml file, I can test with self signed certificate. How do I set this flag prior to exporting the binary from Appery builder?

Thanks,
Fotios

by Fotios Kotsiopoulos
Sat Feb 14, 2015 1:42 am
Forum: Issues
Topic: Proxy required for Android binary or local service?
Replies: 9
Views: 2435
 
Jump to post

Proxy required for Android binary or local service?

Thanks, I'll check the server side for CORS support. However, after some more troubleshooting, I think the problem is related to the fact that the server side service is using a self signed certificate for HTTPS. I assume the appery.io proxy is able to support services with self signed certificates ...
by Fotios Kotsiopoulos
Fri Feb 13, 2015 9:04 am
Forum: Issues
Topic: Proxy required for Android binary or local service?
Replies: 9
Views: 2435
 
Jump to post

Proxy required for Android binary or local service?

Hello Maryna, Yes, that is correct. The app installed on Android device does not work when Appery.io proxy is disabled. Service is installed on server with both local private IP 192.168.1.144 and public IP address. App on Android device works when Appery.io proxy is enabled and accessing the public ...
by Fotios Kotsiopoulos
Fri Feb 13, 2015 5:34 am
Forum: Issues
Topic: Proxy required for Android binary or local service?
Replies: 9
Views: 2435
 
Jump to post

Proxy required for Android binary or local service?

Hi guys, I have a local service running in a test lab with IP address 192.168.1.144 This service is also available on the cloud with a public IP address. My mobile application works fine in the appery.io builder when proxy is enabled using the public IP address. It also works fine on a mobile phone ...
by Fotios Kotsiopoulos
Thu Feb 05, 2015 9:29 am
Forum: Issues
Topic: Unable to hide empty list items
Replies: 9
Views: 1828
 
Jump to post

Unable to hide empty list items

Thanks, I managed to work around this by defining default text label for label_eth_type" of "novalue". When the service completes I run the following code to hide lists that still include the default "novalue" text for label_eth_type. $('.DisplayDatapathFlowsPage_label_eth_t...
by Fotios Kotsiopoulos
Thu Feb 05, 2015 9:22 am
Forum: Issues
Topic: How to change the list background color and borders
Replies: 14
Views: 1890
 
Jump to post

How to change the list background color and borders

Hi , Apologies for the newbie question, but where exactly in the appery.io app builder does one apply the css code li{ background:transparent!important; border:none!important; } for a list item with name mobilelist_xxx. Do you have to select the list item and go to properties, common, more properties?
by Fotios Kotsiopoulos
Tue Feb 03, 2015 7:37 am
Forum: Issues
Topic: Unable to hide empty list items
Replies: 9
Views: 1828
 
Jump to post

Unable to hide empty list items

Still no luck.

by Fotios Kotsiopoulos
Sun Feb 01, 2015 3:06 am
Forum: Issues
Topic: Unable to hide empty list items
Replies: 9
Views: 1828
 
Jump to post

Unable to hide empty list items

Screenshot attached.

Image

by Fotios Kotsiopoulos
Fri Jan 30, 2015 10:01 pm
Forum: Issues
Topic: Unable to hide empty list items
Replies: 9
Views: 1828
 
Jump to post

Unable to hide empty list items

Hi Alena.

Thanks. I can't get this to work as expected.
Should I apply the JS code with the :empty selector at the success mapping service or is it best to apply it once the service is complete and try to target individual selectors?

Regards,
Fotios

Go to advanced search