Widget to disregard back events on page when using Mendix Native
Find a file
2020-10-01 12:43:28 +02:00
dist Changed boolean to event, to execute in Mendix 2020-10-01 10:30:49 +02:00
src Changed boolean to event, to execute in Mendix 2020-10-01 10:30:49 +02:00
typings Changed boolean to event, to execute in Mendix 2020-10-01 10:30:49 +02:00
LICENSE Initial commit 2020-09-30 18:19:35 +02:00
package-lock.json Initial commit 2020-09-30 18:19:35 +02:00
package.json Initial commit 2020-09-30 18:19:35 +02:00
prettier.config.js Initial commit 2020-09-30 18:19:35 +02:00
README.md Update README.md 2020-10-01 12:43:28 +02:00
tsconfig.json Initial commit 2020-09-30 18:19:35 +02:00

Backhandler

Widget to disregard back events on page when using Mendix Native.

Usage

For development:

Create customwidgets folder in root of project directory Git clone this repo into customwidgets folder Open command prompt in cloned folder npm i npm run dev / npm run build Widget can now be used inside Mendix.

For plain usage:

Copy MPK file in releases to widgets directory.

Demo project

Not available yet.

Issues, suggestions and feature requests

https://github.com/IncentroBA/backhandler/issues

Development and contribution

N/A