Tag Archives: Dynamics 365 mobile app

Capture Video in Dynamics 365 Mobile App Using Client API Method

Introduction Microsoft has introduced many client APIs for user-friendliness and user attraction. ‘captureVideo’ is a client API for Dynamics 365 Mobile App in which we can capture a video using mobile device camera and store the captured video. This API is available for Mobile App. Note: This API invokes the device camera to record video.… Read More »

Solved – Links Not Redirecting to Respective Webpage or App in Android Device from Dynamics 365 Mobile App

In one of our recent project, we were facing the issue where we had links on our design Html page and these links were working fine on desktop and IOS devices. But when we tried opening same on android mobile it fails. Let’s take an example: – We are developing one html web resource that… Read More »

Controls in Dynamics 365 for Mobile App: Input Mask

Introduction: Dynamics 365 provides a wide variety of controls which allow developers to add interactive components in the Dynamics 365 mobile app. Each control supports a specific set of input so you can handle variety of data inputs, for instance when a user enters a text, scans a barcode or simply touches a button. This… Read More »