Hello Marc, thanks for the help, but I have already tried them, in my website, and the problem is still persist, I have created a video for that, but I can only upload images to this reply board,
here is my code that I have implimented in my website:
I also want to share a video regarding my issue, can you please tell me from where I can share it.
script tag src=’ https request .keyman.com/kmw/engine/17.0.335/keymanweb.js" type=“text/javascript”> script tag ends
script tag src=“https request .keyman.com/kmw/engine/17.0.335/kmwuitoggle.js” type=“text/javascript”>script tag ends
script tag
keyman.init({attachType:'auto'});
keyman.addKeyboards({
name: 'SHIFT FOR EMOJIS',
id: 'sil_arabic_phonetic',
filename: 'file destination',
version: '1.0',
language: [{
name: 'English to Arabic',
id: 'arabic',
}]
});
keyman.addKeyboards({
name: 'SHIFT FOR EMOJIS',
id: 'basic_kbda2',
filename: 'file destination',
version: '1.0',
language: [{
name: 'Arabic',
id: 'basic',
}]
});
script tag ends
body tag onload=“SetupDocument()”
-----jquery cdn-----
script tag
$(document).ready(function(){
$(‘input.pplr_text.pplr_monogram.keymanweb-font’)
});
script tag ends
script tag type=“text/javascript”
function SetupDocument() {
keyman.init({
root: ‘./’,
ui: ‘toggle’,
resources: ‘./’
}).then(function() {
// loadKeyboards(); // Load keyboards AFTER Keyman initializes
keyman.setKeyboardForControl(
$(‘input.pplr_text.pplr_monogram.keymanweb-font’)[0],
‘sil_arabic_phonetic’,
‘arabic’
);
keyman.setActiveKeyboard(‘sil_arabic_phonetic’, ‘arabic’);
}).catch(function(err) {
console.error(“Keyman initialization error:”, err);
});
}
$(document).ready(function(){
window.addEventListener(‘load’, SetupDocument);
});
script tag ends
body tag ends
I have replace the tags with the alphabets