It works on UWP but crashes on Android with this exception after opening and closing it then trying to open it (or any other expander) again:
09-28 18:32:41.633 E/AndroidRuntime(16267): java.lang.IllegalStateException: Unable to create layer for ExpanderContent, size 1088x0 max size 16384 color type 4 has context 1
09-28 18:32:41.633 E/AndroidRuntime(16267): at android.os.MessageQueue.nativePollOnce(Native Method)
09-28 18:32:41.633 E/AndroidRuntime(16267): at android.os.MessageQueue.next(MessageQueue.java:326)
09-28 18:32:41.633 E/AndroidRuntime(16267): at android.os.Looper.loop(Looper.java:160)
09-28 18:32:41.633 E/AndroidRuntime(16267): at android.app.ActivityThread.main(ActivityThread.java:6898)
09-28 18:32:41.633 E/AndroidRuntime(16267): at java.lang.reflect.Method.invoke(Native Method)
09-28 18:32:41.633 E/AndroidRuntime(16267): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:537)
09-28 18:32:41.633 E/AndroidRuntime(16267): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
**Java.Lang.IllegalStateException:** 'Unable to create layer for ExpanderContent, size 1088x0 max size 16384 color type 4 has context 1'
There are multiple expanders on the page but all of them seem to cause the crash. The layout is something like this: