web browser on android device don't show google-map iframe, and instead of it ask to sing in.
Is it possible on android google maps works on the site the same to others platforms
(without asking about google maps aplication on device)
thank You
have found answer for my question:
iOS does not have a browsable file system like a computer, so even if Safari supported file uploads, you would not be able to browse to the file to select it.
This is for security reasons as every iOS app runs in a sandbox and has no access to other apps data.
You can download or write App so as to upload the Photos and Videos..
Related
I have a few queries about Webview app and uploading it to Play store-
There is a php/mysql webpage using javascript, css, html.
1) If we create a Webview app for this webpage using Android Development Kit, would the Webview App work only on Android phones even if its a plain webview ?
2) If not, what other platform is best to create a Webview app that works well on all the devices(Android, iPhone, Windows).
3) If the above webview app (created on ADK) doesn't work on all the devices (Android, iPhones, Window) and suppose the apk file is created using Android development kit initially and uploaded to play store with a key, can the new webview app apk file be updated on palystore if we use another kit other than ADK (like PhoneGap, etc).
4) Is it possible that ADK Webview App doesnt work properly on all Andorid versions having some formatting issues. If yes, is there anything that we can add to work it well even in older android versions as well.
These queries might be very basic but I am new to Apps, so it woud be great if they can be replied with a brief description.
You can upload webView app in Apple AppStore with Authentic WebURL. you will need to submit information that define that you are the Owner of that Website. Otherwise it will be reject by Apple.
I am new to PhoneGap and Mobile Application Development. I want to create an application using PhoneGap so that I can get Android, iOS, BlackBerry versions of the same app.
I have installed PhoneGap in my windows 7 Desktop using tutorials given in https://www.youtube.com/watch?v=nqFpfrUrMM4
I have some questions regrading PhoneGap:
Can we create multiple pages(HTML Files) or we only have index.html single file?
Can we use jQuery UI plugins, Mobile jQuery UI and other iQuery plugins? Will PhoneGap cloud service be able to convert to mobile app?
I have created Hello World example and uploaded zip file to PhoneGap and it converted to Android, Windows app but for iOS app it shows error certificate(P12) and provisioning file. I have windows 7, how can I get that legally? (My friend has Mac book. I can use it)
I want to launch app to Play market and iTunes but I have no idea what I need to do after uploading zip to phonegap.
I will really appreciate if you can provide me with the suggestions, steps that I need to take or links that would ease whole process.
Thanks!
You can make multi-page apps with PG. All of my apps are.
You can use those plugins. If they work on a regular web site, they'll work in PhoneGap. PhoneGap Build should be able to package all the scripts as one app, as long as the content is within their guidelines.
You need a Mac to get it. This page gives a lot of directions: http://centuryware.wordpress.com/2014/10/30/how-to-create-and-test-ios-apps-on-phonegap-build/
You'll need to sign up for a Developer account at https://developer.apple.com/devcenter/ios/index.action to upload an app there, and a Google Play account at http://developer.android.com/index.html to upload to that store. Once you sign up, read their docs. It can get pretty involved on the Apple side.
I have developed a responsive mobile version of a website like m.example.com. I was wondering if it is possible to upload the icon on Google Play and App Store which when downloaded by users opens the website in their mobile browsers.
If not, is there any other quick alternate way to have the mobile version of the website as an app?
Take a look at http://phonegap.com/
In the config.xml file, you can set the homepage of the app to be an external source.
I am a .NET guy, so I am developing apps for WP7.
On Windows marketplace, they do not approve applications if it only opens a
WebBrowser control and a mobile website in it. You have to write main functionality with Silverlight, C# and XAML.
For android I just want to use m.myapplication.com in a WebView control,
so as soon as you will open app it will show that url to you.
Will this application be OK for android market? Or will they require me to write
java code to fill the content?
P.S: I also wonder is there any basic android template that I can take for eclipse, and fill url for my mobile website, and it will run on my phone?
There is no "review" process for any apps that get uploaded to the market (other than checking to see that they are signed with a valid release key)
So yes you will be allowed to upload your app to the market. Even if it is just a webview pointing to a mobile site.
I know of no such template, but that doesn't mean that one doesn't exist. if you search around online for things like "Android WebView example" and have worked your way through the Hello World tutorial you should be able to implement your webview without too much hassle.
I have developed a mobile application using jQuery Mobile. I have it working in the emulator using the default web browser engine. Now, I want to test the app using the different browsers engines available on mobile devices. I have seen this accomplished from other developers, such as Opera, Chrome, or Safari. What is happening is these different browsers are being pointed to the Android emulator that is running the application.
Can anyone provide a link on how this is accomplished so I may follow the steps? I have searched the net and I can seem to find any solid information that explains this well enough for me to follow.
Thank you for reading my post.
You can use the emulator to browse the web and go to websites with browser packages for you to install other apps in your virtual phone.
Alternatively you can use DDMS to transfer the .apk files to your virtual mobile phone, and then install them without using internet on emulator.
Then, when you have some application associated with a specific file type or operation, typically Android asks you which one you want to use, with a popup, and allows you to also set a default one for that file type/action.