iphone-web-app

The screen is not navigating even the click() method is executed successfully in mobile web app using selenium web driver

谁说胖子不能爱 提交于 2019-12-11 11:39:30
问题 I was trying to click a button on my mobile web app, using selenium web driver. The button is located, the text over the button can be derived and even the click event is performing well. But the navigation doesn't occur. I tried with Click() method, sendKeys() method and also with script executor. But couldn't process further on. CODE: public class TestWeb { WebDriver driver; private Selenium selenium; @Before public void setUp() throws Exception { driver = new IPhoneDriver(); driver.get(

Programmatically launch a web app on the home screen?

六眼飞鱼酱① 提交于 2019-12-11 11:12:39
问题 I have an enterprise application that has a web app added to the Home Screen of the iPad. I want to be able to launch the web app from my native XCode app. Is this possible? Can a web app have an associated custom protocol registered? Thanks 回答1: Custom URLs open other native apps. If you want to open a web app, you can simply pass the http:// URL, however, doing so will load the standard Safari browser rather than a new instance of webkit that you would get with tapping the web clip in the

iPad/iPhone : how to keep the session in a web app

匆匆过客 提交于 2019-12-11 08:42:50
问题 It's straight forward to add a web page as a web application. Find here a nice article. The issue know is keeping a session open. Once switching to another app the session is closed and the user needs to re-enter his credentials. I've found a similar entry without answer in stack-overflow. Some hints ? 回答1: Instead of storing the login info in a $_SESSION variable, store it in a $_COOKIE . The cookie will be saved depending on when you set it to expire. As long as they log in "inside" the web

Maintaining a PHP session on an iPhone web app

守給你的承諾、 提交于 2019-12-10 18:01:05
问题 I've just created a web app on my iPhone. I can open it and log in with no problem, but whenever I return to the app it has forgotten my previous session and I have to re-enter my username and password. There have been a few other questions about this, but their answers haven't helped me to solve the problem because I'm not sure where to put the PHP that was provided. This is the best answer that I've found: Maintain PHP Session in web app on iPhone In the answer, Wilbo Baggins (https:/

Using OpenID on a PhoneGap platform

别来无恙 提交于 2019-12-06 07:15:32
问题 I am currently developing an application using PhoneGap. My application used OpenID to authenticate a user. After successfully authenticate a user, it should be return back to my application. I have used location.href to redirect the page to a local address (something like file:///var/applications/.../index.html for iOS app). However, it seems that PhoneGap cannot redirect a local page from remote site. Only a white screen was displayed. Is there any way for me to return back to my

Google appengine authentication on iPhone web app on the home screen

拥有回忆 提交于 2019-12-05 02:38:34
问题 I'm using Google appengine for developing an web application that is meant to be used on both the browser and iphone. I have purchased a domain name for this application, so that I have a pretty URL. I've used the User API for authentication. This works just fine on desktop browsers and iPhone Safari. The user could add the application to the home screen (by tapping the "+" at the bottom toolbar). However when that's done, it seems like the cookies set by Google are not in effect within this

Using OpenID on a PhoneGap platform

久未见 提交于 2019-12-04 13:20:21
I am currently developing an application using PhoneGap. My application used OpenID to authenticate a user. After successfully authenticate a user, it should be return back to my application. I have used location.href to redirect the page to a local address (something like file:///var/applications/.../index.html for iOS app). However, it seems that PhoneGap cannot redirect a local page from remote site. Only a white screen was displayed. Is there any way for me to return back to my application after authentication? Thanks I think you can use the childbrowser plugin for that. Also you may be

iPhone and HTML5 Cache Manifest

孤人 提交于 2019-12-04 09:48:04
问题 I am trying to build an iPhone web application using ASP.NET. The page is dynamically rendered once for each visitor. At this point the page can be bookmarked and it will never change again for that visitor. For this reason it should be cached locally from that point on so the application will run if referenced from the bookmark even if no network connection is available. No matter what I try the phone continues to request the page from the server forcing a re-render or it fails if the phone

Google appengine authentication on iPhone web app on the home screen

对着背影说爱祢 提交于 2019-12-03 20:22:16
I'm using Google appengine for developing an web application that is meant to be used on both the browser and iphone. I have purchased a domain name for this application, so that I have a pretty URL. I've used the User API for authentication. This works just fine on desktop browsers and iPhone Safari. The user could add the application to the home screen (by tapping the "+" at the bottom toolbar). However when that's done, it seems like the cookies set by Google are not in effect within this "application", and the user is effectively logged out. To make matters worse, when the user clicks on

Scrolling problems on a web page with fixed header and footer in iOS7

杀马特。学长 韩版系。学妹 提交于 2019-12-03 12:59:44
问题 This will be difficult for me to explain, but I'll try: As a start, my web page is working on mobilebrowser in iOS6.x, Android, W7 and desktop browser IE9, Safari and Chrome. The problem happens in Apple's mobile Safari browser in iOS7. I had a problem with a sticky footer and the virtual keyboard, but that got solved here Now I've a problem when scrolling on the page. When scrolling down, normally the navigation bar will hide and the address bar will shrink on iOS7. This doesn't happens. The