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
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
When running on iOS It's observed that when an input such as TextField or SearchBar get focus the keyboard doesn't launch.
It been observed that the app launch twice as well as HMR triggering twice, the hmr appears to break the keyboard to launch.
To Reproduce
ns run --device xxxxxxxxx-xxxx-xxx-xxxx-xxxxxxxxxxxx
Restarting application on device xxxxxxxxx-xxxx-xxx-xxxx-xxxxxxxxxxxx...
[HMR][11bea14ccf932a8eee02] boot | HMR Enabled - waiting for changes...
Angular is running in development mode.
Successfully run application com.test.app on device with ID xxxxxxxxx-xxxx-xxx-xxxx-xxxxxxxxxxxx.
[HMR][11bea14ccf932a8eee02] boot | HMR Enabled - waiting for changes...
Angular is running in development mode.
NativeScript debugger has opened inspector socket on port 18183 for com.test.app.
Successfully synced application com.test.app on device xxxxxxxxx-xxxx-xxx-xxxx-xxxxxxxxxxxx
Expected behavior
When click on TextField or SearchBar the keyboard should appears
Sample project
Additional context
The is issue is not found and the keyboard show when click on TextField or SearchBar when running with --no-hmr flag e.g: ns run --device xxxxxxxxx-xxxx-xxx-xxxx-xxxxxxxxxxxx --no-hmr It's aslo observed that the app and hmr only launch and print once
Restarting application on device xxxxxxxxx-xxxx-xxx-xxxx-xxxxxxxxxxxx...
[HMR][672c06c86d338110b392] boot | HMR Enabled - waiting for changes...
Successfully synced application com.test.app on device xxxxxxxxx-xxxx-xxx-xxxx-xxxxxxxxxxxx.
Angular is running in development mode.
The text was updated successfully, but these errors were encountered:
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
When running on iOS It's observed that when an input such as TextField or SearchBar get focus the keyboard doesn't launch.
It been observed that the app launch twice as well as HMR triggering twice, the hmr appears to break the keyboard to launch.
To Reproduce
ns run --device xxxxxxxxx-xxxx-xxx-xxxx-xxxxxxxxxxxx
Expected behavior
When click on TextField or SearchBar the keyboard should appears
Sample project
Additional context
The is issue is not found and the keyboard show when click on TextField or SearchBar when running with --no-hmr flag e.g:
ns run --device xxxxxxxxx-xxxx-xxx-xxxx-xxxxxxxxxxxx --no-hmr
It's aslo observed that the app and hmr only launch and print onceThe text was updated successfully, but these errors were encountered: