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?
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?
plus if so. i think i need to do this:
http://devcenter.appery.io/documentat...
but where do i find the iOS binaries page...
can you publish an app to the ios app store without using Xcode or an apple computer at-all, using appery?
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"
}
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?
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.
oh i see, so is the only way to install the app on a device to submit to the play store, or app store?