2

再会!

我对新的 GP 服务有疑问。
我们有:具有 3 个元素的 ViewPager。中间元素有结构:

<?xml version="1.0" encoding="utf-8"?>

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
                android:layout_width="match_parent"
                android:layout_height="match_parent">

    <fragment
            android:id="@+id/newMap"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            class="com.google.android.gms.maps.SupportMapFragment"
            android:name="com.google.android.gms.maps.SupportMapFragment"
            />
  <FrameLayout
            android:id="@+id/mLayout"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            />

</RelativeLayout>

如果我们从屏幕边缘滑动,一切正常。否则 - 什么都没有发生。两种情况下的其他元素(没有地图)都可以正常工作。

新的 Google Play 服务出现问题(从2013-08-06开始)。使用3.1.59版本一切正常。
谁知道如何确定这个问题?

4

1 回答 1

0

我试试

uiSettings.setAllGesturesEnabled(false);

它工作!

于 2013-08-15T09:10:14.997 回答