cancel
Showing results for 
Search instead for 
Did you mean: 

Open a popup in a mobile.

Former Member
0 Kudos

Hello ...

I need open a window popup in a web dynpro mobile application, but there are no wdComponentAPI objetct in mobile controller. Can i open a popup window in a mobile? I don't found anything in the forum..

Marcos.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

In 7.1 CE I didn't found such API to Open windows...

But if you want to show some validation messages as alerts , then use this

WDLite.showMessage(0,'Validation Text",0);

Regards

L.Narayana

Former Member
0 Kudos

Hi Lakshmi,

The popup window is to show the capture image by the camera. I can do this in one new view, but if is possible, i want do this in one popup.

Thanks for reply.

Marcos.

Answers (0)