dogu-team / gamium

Multiple game engine sdk for scripting the behavior of game users
https://dogu-team.github.io/gamium/
MIT License
93 stars 6 forks source link

The index is abnormal when called getPageSource api #6

Closed oneofthezombies closed 1 year ago

oneofthezombies commented 1 year ago

Steps to reproduce

  1. android app: DoguRpgSample:2.0.1
  2. typescript gamium:2.0.2
  3. call gamium.inspector().getPageSource()

Expected result

< ... > ... <Login ... > ... <Canvas index="1" ... > ...

Actual result

< ... > ... <Login ... > ... <Canvas index="6" ... > ...

Version

2.0.1