You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a custom component wrapper to show an angular component on each page but on my mobile device when I click on a textbox keyboard comes up for a moment and hide again and if I paste anything in the textbox it will be erased immediately.
I created a custom component wrapper to show an angular component on each page but on my mobile device when I click on a textbox keyboard comes up for a moment and hide again and if I paste anything in the textbox it will be erased immediately.
`
<kb-page-slider [(page)]="pi">
<div *kbPages="let page of pages" class="page" [style.background]="page.color">
<dcl-wrapper [type]="page.title">
'
The text was updated successfully, but these errors were encountered: