GoogleMapsがいまいちだった問題を修正
This commit is contained in:
parent
b31bb01430
commit
7a33ee4095
2
Apps.js
2
Apps.js
@ -861,7 +861,7 @@ modal_observer.observe(modal_content, {
|
||||
mixedContentMode={"compatibility"}
|
||||
javaScriptEnabled={true}
|
||||
allowsBackForwardNavigationGestures={true}
|
||||
setSupportMultipleWindows={false}
|
||||
setSupportMultipleWindows={true}
|
||||
onNavigationStateChange={(event) => {
|
||||
console.log(event);
|
||||
if (event.url != urlcache) {
|
||||
|
@ -86,7 +86,7 @@ export default function Setting(props) {
|
||||
textAlignVertical: "center",
|
||||
}}
|
||||
>
|
||||
内部バージョン: 4.4
|
||||
内部バージョン: 4.4.1
|
||||
</Text>
|
||||
<View style={{ flex: 1 }} />
|
||||
</View>
|
||||
|
Loading…
Reference in New Issue
Block a user