I have an existing app that currently uses .freehandPolygon as the creation mode for its sketch editor (100.15.2). I am trying to add .polygon as a new creation mode, but when I start the sketch editor with .polygon, I am unable to tap to create a new point. The map will zoom on double tap, but nothing happens when I single tap on the screen (simulator).
I am new to .polygon so I can't tell if I am missing something. The .freehand* and .rectangle creation modes are working fine. Do I need to call insertVertexAfterSelectedVertexWithPoint() somewhere? If so, where?