Pin footer to bottom of the screen with paging in swimline-ngx-datatable - ngx-datatable

I want the footer of the datatable to always stay pinned at the bottom of the screen.
Table version: ngx-datatable:^1.0.3,
Angular version: 10.1.5
Browser: all
Language: TypeScript 4.0.3
This question has been raised as in issue at GitHub but no one answered the issue.
here is the issue link: Pin footer to bottom when full-screen with paging #860

Related

React native - position a view beyond the react navigation bottom tabs it is a child of

I am trying to make the bottom sheet touch the bottom of the screen rather than the bottom of the tab bar.
screenshot
Attempts to increase the z-index and position it further down are fruitless as the View will not overlap the bottom bar, it will always go behind it.
I tried to wrap it in a Modal component, which fixes the alignment, but then you can not interact with the map.
To create a custom bottom sheet. You can use this package
react-native-actions-sheet
I have used this in many applications. This will resolve all of your issues. As this package is comfortable in iOS and android both.
You can try the bottom sheet libraries which are present in react native. Few of which I have used is:
react-native-raw-bottom-sheet //my choice
react-native-actions-sheet
You can also check this out

How to stop flickity from jumping in mobile viewport

I am using the Flickity slider (from Metafizzy) in a landing page to show different products. The slider is in portrait size and not landscape.
The issue is that when the user only scrolls the top portion of the slider into the viewport on mobile (i.e. 20-30%) and they attempt to scroll/swipe the slide, the screen suddenly jumps to attempt to include the whole slider into the viewport.
This never happens on the mobile emulator on the desktop, but only on the smartphone device on safari and google chrome browsers
Is this intended to be a specific behaviour for the Flickity slider? Like I should not be using it to make portrait sliders? I've gone through the plugin options and not able to fix this behaviour. It never came up in early testing with dummy content.
I've provided a link to the github page where it is happening, you can open it up in mobile browser and see the viewport "jumping" bug when you attempt to scroll the table. https://true-digital-channel.github.io/Galaxy11-Preorder/build/mobile.html
Disable the keyboard accessibility by setting accessibility: false in the carousel options. From the Flickity issue tracker.

Bootstrap 3.3.7 Modal Display Position

My bootstrap modal displays center screen during development on Localhost, however, when deployed the modal displays to the right of screen with a large portion not visible.
The actual modal in my solution has some customization so I tested the problem in a 'clean solution' using the modal code provided on the bootstrap website and the problem is exactly the same.
Screenshots of the problem are below. I have not posted any code as the code is the standard example code from the bootstrap documentation. If the code is needed let me know.

Sencha Touch 2.4.1, bug with iPhone scrolling

A bug appeared after I upgraded the sencha touch fw from 2.3 to 2.4.2.
From time to time, when I scroll down or up the application, all the page scroll, and a black screen appear up or down...
This issue i random on iPhone.
Some people already experimented this issue ?
Thank you !
We have investigate this issue.
This issue appear when we try to scroll a list and some link are in the item template.
Scrolling with a finger on the link make the screen moves, scrolling with a finger outside the link the list scroll normally.
For the moment, as the application is in production, we just downgrade sencha to 2.3.1, and it's working.
So we stick on sencha 2.3.1 for the moment, and try to address the issue later.

IBM Worklight 6.1 - iOS 7 status bar overlays elements in HTML

I am building an app using IBM Worklight 6.1 for iOS 7. In iOS 7 the status bar is overlay my Webview and i followed the below link and fix for the same issue.
But, it changes the style as iOS 6 and provided a scroll in my webview for that 20 pixel, so my page can be scroll up and hide the header for 20 pixel.
Please let me know if someone has a solution...
Screenshot 1:
Screenshot 2:
From the screenshots, it looks like the HelloWorklight project is being used.
In the context of this application, you can add the following to the #header in common\css\main.css:
position: fixed;
width: 100%;
This way, when swiping Up the status bar will not cover the header...
You can take a similar approach in your own app.
Fixed positioning in CSS.
Note that in iphone\css\main.css you can alter the styling of the default white status bar that is "injected" by the Worklight framework.