Search found 20 matches

Go to advanced search

by arron
Sat Dec 20, 2014 11:53 pm
Forum: Issues
Topic: launching camera from web view?
Replies: 1
Views: 797
 
Jump to post

launching camera from web view?

I am using:
var ref = window.open('http://mydomain.com/page.php', '_self', 'location=yes');

to open a browser window in my appery app

i wonder if i can (on page.php on my website) add any code to launch the device camera?

by arron
Fri Dec 12, 2014 10:16 am
Forum: Issues
Topic: can you publish an app to the ios app store without Xcode using appery?
Replies: 3
Views: 657
 
Jump to post

can you publish an app to the ios app store without Xcode using appery?

plus if so. i think i need to do this:
http://devcenter.appery.io/documentat...

but where do i find the iOS binaries page...

by arron
Fri Dec 12, 2014 10:12 am
Forum: Issues
Topic: can you publish an app to the ios app store without Xcode using appery?
Replies: 3
Views: 657
 
Jump to post

can you publish an app to the ios app store without Xcode using appery?

can you publish an app to the ios app store without using Xcode or an apple computer at-all, using appery?

by arron
Wed Dec 10, 2014 11:52 pm
Forum: Issues
Topic: checking if internet connection exists and loading page if it does
Replies: 2
Views: 780
 
Jump to post

checking if internet connection exists and loading page if it does

I am trying to create a page which will check for an internet connection..

this is what I am hoping to do...

if (internet connection exists) {
navigate to page
}

if (internet connection exists) {
javascript error alert "no internet connection exists"
}

by arron
Wed Dec 10, 2014 10:21 pm
Forum: Issues
Topic: Exporting / (Updating) to XCode Question
Replies: 5
Views: 2025
 
Jump to post

Exporting / (Updating) to XCode Question

Can you? I didn't know that...
You can publish to the App Store from the ipa? what about setting up all of the developer certifications (etc) do you have a link for a tutorial for this?

by arron
Wed Dec 10, 2014 9:08 pm
Forum: Issues
Topic: Exporting / (Updating) to XCode Question
Replies: 5
Views: 2025
 
Jump to post

Exporting / (Updating) to XCode Question

I am working on submitting my app to the iOS app store: I exported from Appery and opened in Xcode, i followed a tutorial to setup all of my XCode provisioning profile (etc) in XCode to get it ready to submit to the app store, then i discovered a small change I had to make to the app, my question is...
by arron
Mon Dec 08, 2014 7:42 pm
Forum: Issues
Topic: How to upload an image to use in my CSS?
Replies: 3
Views: 761
 
Jump to post

How to upload an image to use in my CSS?

thank you for the reply, tho this didn't work for me, i tried a few variations also... background: url("files/views/assets/image/FILE_NAME.png"); background: url("files/views/assets/images/FILE_NAME.png"); background: url("files/views/assets/image/FILE_NAME.png"); backg...
by arron
Mon Dec 08, 2014 7:03 am
Forum: Issues
Topic: How to upload an image to use in my CSS?
Replies: 3
Views: 761
 
Jump to post

How to upload an image to use in my CSS?

I just want to be able to upload an image to use in my CSS for a background,
I tried creating a template, and uploading a file, then using:

.mobileheader {

Code: Select all

 background-image: url('images/header.png');  
 background-size: 100% 100%; 

}

but the image does not show up.

by arron
Sun Dec 07, 2014 9:05 am
Forum: Issues
Topic: Push notifications - you don't have any registered devices.
Replies: 6
Views: 1865
 
Jump to post

Push notifications - you don't have any registered devices.

oh i see, so is the only way to install the app on a device to submit to the play store, or app store?

by arron
Sun Dec 07, 2014 8:51 am
Forum: Issues
Topic: Push notifications - you don't have any registered devices.
Replies: 6
Views: 1865
 
Jump to post

Push notifications - you don't have any registered devices.

A few questions: can i test push notifications using the Appery IO Testing app? i have added my apple developers & android id/keys etc, but when i go to send a push notification message to test, i see the message "you don't have any registered devices" how to i register a device and wh...

Go to advanced search