components icon indicating copy to clipboard operation
components copied to clipboard

MobileUI was created thinking of making your hybrid application faster and smaller since you only install what you are really going to use for UI.

Results 60 components issues
Sort by recently updated
recently updated
newest added

Hi, I got 2 problems. 1). After opening pages using OpenPage(), sometimes said page can keep scrolling down until index page shows up from behind. This issue always happens when...

when i try to install mobileui go on error: npx npm-force-resolutions ┌────────────────────────────────────────────────────────────────────┐ │ npm update check failed │ │ Try running with sudo or get access │ │ to the...

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Is there any built-in support for making the UI go [full-screen](https://developers.google.com/web/fundamentals/native-hardware/fullscreen), so it looks more like a native app? This library renders some good widgets, but at least in Android,...

If I flip my screen on Android with the most recent Chrome (e.g. from portrait to landscape), the layout reorganizes correctly for the new viewport size, but all buttons become...

The docs show you can close an alert by calling the aptly named `closeAlert()` from an alert button's onclick event. However, I'd like an alert to be closed by pressing...

I am having trouble figuring out why the openPage() function is not working I have tried to compile other code different from mine such as the example given on the...

For example, In index page I have included all the JS and CSS files, pages will be in separate HTML files. I have a page named Home.html, and I have...

Apenas de atualizar a versão do node na máquina, já aparece o problema quando executa o mobileui prevew: ` mobileui preview fs.js:35 } = primordials; ^ ReferenceError: primordials is not...

I can't get value of input because jquery not have access to interaction with alert..... this is example that using... var selected = $("input[name='user']:checked").val(); console.log(selected); //undefined ``` Finish process The...