PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

IOS Camera
Débuté par Nicu, 25 jan. 2017 10:15 - 1 réponse
Posté le 25 janvier 2017 - 10:15
Hello, I use Windev mobile 18
This is not working on IOS
Can anyone tell me how i can use camera to capture picture on IOS?

sPhoto is string
sPhoto = VideoStartApp(viPictureCapture)
IF sPhoto <> "" THEN
Info("Photo saved in the file " + sPhoto)
END
Posté le 25 janvier 2017 - 10:52
Hi Nicu,

For IOS 8 and above, you need to use the second syntax of videostartapp
(as stated in the help)

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com


Le 1/25/2017 à 4:15 AM, Nicu a écrit :
Hello, I use Windev mobile 18 This is not working on IOS
Can anyone tell me how i can use camera to capture picture on IOS?
sPhoto is string
sPhoto = VideoStartApp(viPictureCapture)
IF sPhoto <> "" THEN
Info("Photo saved in the file " + sPhoto)
END