Question

In a Phonegap application, i open an external web app using window.location.href in body's onload event. It is working good with other urls like google.com and facebook.com. But i have to open my SAP Bsp application like this.

When i open my SAP BSP app, it will ask login credentials in popup like below.

screenshot taken from windows OS.

enter image description here

phone gap is not reacting anything for this case. If i disable this popup in my SAP System, app loads good. But i need to enable this popup.

Any help?

Était-ce utile?

La solution

For now you can not login like this in phonegap. Phonegap doesn't support system popups. You should create your own HTML login screen to do this.

View this Phonegap Thread for more info.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top