Tag: Android
Deep Linking in React Native – Android
Deep Linking Deep linking is a way that allows an app to open a specific screen from an external link. It makes your app capable of navigating to a specific screen in response to external events like Push Notification, Emails,
JS Errors On Android Browser
How to view JS errors when accessing a webpage on Android mobile? Steps to view JS errors: Open the Developer Options setting on your Android Device. If you are not able to see the developer option then you need to
How to read Mobile Hardware and Operating system Details in React Native
Steps to read Mobile Hardware and Operating system Details in React Native To get the android and ios device information like UDID, version, build, operating system etc – We can get this information by using react-native-device-info plugin provided by react
How to access camera in Ionic app
Steps to access camera in Ionic app To access camera to capture image inside ionic application you can use camera plugin. Installation: $ ionic cordova plugin add cordova-plugin-camera $ npm install @ionic-native/camera Supported platforms are as follows: 1. Android 2.
How to access Flashlight in Ionic app
Steps to access Flashlight in Ionic app Flashlight plugin allows you to turn the flashlight on/off of your mobile in Ionic application. Installation: $ ionic cordova plugin add cordova-plugin-flashlight $ npm install @ionic-native/flashlight Platform: Android iOS Windows Phone 8 Use:
How to run Background services in Ionic app
Steps to run Background Services in Ionic app To keep your app running some functionality in the background you can use background mode plugin in ionic. Installation: $ ionic cordova plugin add cordova-plugin-background-mode $ npm install @ionic-native/background-mode Platform:p AmazonFire OS
How to get scan QR Code or Barcode in React Native app
Steps to scan QR Code or Barcode in React Native app There are different libraries to scan barcode in react native. One of them is react native camera kit. Installation: npm install react-native-camera-kit –save react-native link react-native-camera-kit Add the following
How to get scan QR Code or Barcode in Ionic app
Steps to scan QR Code or Barcode in Ionic app For Scanning barcode Ionic provides a barcode scanner plugin which opens camera view, which can be used to scans a barcode or QR Code and return the scanned code back
How to play Audio file in React Native
Steps to play Audio file in React Native React-native-audio-player is a react-native link module for audio recorder and player. This library provides simple recorder and player functionalities for both android and ios platforms. This only supports default file extension for