Bhagyashri
Bhagyashri
When I tried to compile project it gives me compile time errors as follows error: package com.tencent.smtt.sdk does not exist error: cannot find symbol variable QbSdk error: package com.tencent.smtt.sdk does...
Thank you so much for your reply.
can you please help me in this modification of keycode for hindi for example ALT+099 is for character ब so how I give input for this key case 'ब':doType(KeyEvent.VK_ALT+099);break; something...
using 6.0 onwards Im able to read my removable sdcard but unable to write to sdcard. But how shareIt app manages to write to sdcard .Is there any solution like...
Thank you for your reply [files.zip](https://github.com/maihannijat/AndroidKeyboard/files/1638283/files.zip) I changed width also but if i place 12 keys in a row for pashto_latin it works but 12 keys for pashto_latin_shift it not...
android:keyWidth="8%p" Yes I have donre these changes also. But Still there is a problem Im attaching some sceenshots . Backspace key is still invisible in pashto_latin_shift  and same is...
This happens for pashto_latin_shift only .pashto_latin is working fine I changed key shift key width to ="10%p" for pashto_latin_shft still the last button from 3rd row i.e delete character symbol...
Thanks for replying Im using Raspberry pi camera v2 I have attached camera to the port and tried to test it using camera code.But its giving no camera found as...
@noahbaron Thank you for the reply I have added implementation "org.altbeacon:android-beacon-library:2.19.5" this line in build.gradle file but still same error exists 
@JaviManteiga Can you provide me your solution code to open pdf file in android using ionic ? try { this.fileOpener.open(this.pdfPath.toString(), 'application/pdf') .then(() => console.log('File opened successfully')) .catch(error => { console.error('Error...