Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

iframe Keyboard event problem... not detecting keyboard inputs. How do I focus the iframe?

New Here ,
May 04, 2021 May 04, 2021

It seems as if when the application is uploaded to a server the application gets out of focus event when clicking. I have tried a standalone version and it works. The problem I'm running into is keyboard events not being registered when involing iframe. Any ideas?

495
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 17, 2021 May 17, 2021
LATEST

After loading the html5 file into iframe, you need to "focus". Then the keyboard keys will work for the file in the iframe.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines