Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abook_check
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_android
abook_check
Commits
4c7e3ffc
Commit
4c7e3ffc
authored
Aug 27, 2025
by
Kang Donghun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【android14検証 @Form】報告フォームの「時間」を設定しようとすると、アプリが落ちる
parent
4bfa5586
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/viewer/activity/HTMLWebViewActivity.java
+3
-1
No files found.
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/viewer/activity/HTMLWebViewActivity.java
View file @
4c7e3ffc
...
@@ -3,6 +3,7 @@ package jp.agentec.abook.abv.ui.viewer.activity;
...
@@ -3,6 +3,7 @@ package jp.agentec.abook.abv.ui.viewer.activity;
import
android.content.Intent
;
import
android.content.Intent
;
import
android.net.Uri
;
import
android.net.Uri
;
import
android.os.Bundle
;
import
android.os.Bundle
;
import
android.view.ContextThemeWrapper
;
import
android.view.MotionEvent
;
import
android.view.MotionEvent
;
import
android.view.View
;
import
android.view.View
;
import
android.view.View.OnClickListener
;
import
android.view.View.OnClickListener
;
...
@@ -100,8 +101,9 @@ public class HTMLWebViewActivity extends ParentWebViewActivity {
...
@@ -100,8 +101,9 @@ public class HTMLWebViewActivity extends ParentWebViewActivity {
// ***** WebViewセット
// ***** WebViewセット
FrameLayout
frameLayout
=
findViewById
(
R
.
id
.
frameWebView
);
FrameLayout
frameLayout
=
findViewById
(
R
.
id
.
frameWebView
);
ContextThemeWrapper
wrapper
=
new
ContextThemeWrapper
(
this
,
android
.
R
.
style
.
Theme_Holo_Light_Dialog_NoActionBar
);
// WebView上のIMEキーボード入力をハンドリングするため、カスタムWebViewに変更
// WebView上のIMEキーボード入力をハンドリングするため、カスタムWebViewに変更
this
.
webView
=
new
CheckFormWebview
(
this
,
new
CheckFormWebview
.
KeyActionCallback
()
{
this
.
webView
=
new
CheckFormWebview
(
wrapper
,
new
CheckFormWebview
.
KeyActionCallback
()
{
@Override
@Override
public
void
keyActionCallback
(
int
editorInfoAction
)
{
public
void
keyActionCallback
(
int
editorInfoAction
)
{
if
(
editorInfoAction
==
EditorInfo
.
IME_ACTION_GO
||
editorInfoAction
==
EditorInfo
.
IME_ACTION_NEXT
)
{
if
(
editorInfoAction
==
EditorInfo
.
IME_ACTION_GO
||
editorInfoAction
==
EditorInfo
.
IME_ACTION_NEXT
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment