|
@@ -651,6 +651,7 @@ The following is the complete [configuration](./assets/configuration.json) conte
|
|
|
},
|
|
|
"toolbarConfig": { // Top Toolbar Configuration
|
|
|
"androidAvailableActions": [
|
|
|
+ "back",
|
|
|
"thumbnail",
|
|
|
"search",
|
|
|
"bota",
|
|
@@ -893,7 +894,8 @@ The following is the complete [configuration](./assets/configuration.json) conte
|
|
|
"enableSliderBar": true,
|
|
|
"enablePageIndicator": true,
|
|
|
"pageSpacing": 10,
|
|
|
- "pageScale": 1.0
|
|
|
+ "pageScale": 1.0,
|
|
|
+ "pageSameWidth": true
|
|
|
}
|
|
|
}
|
|
|
```
|