Posts by Tinn Aphopchung

Show threads by Tinn Aphopchung
239 posts found, page 4 of 16

Tinn Aphopchung (In thread: [Shared] Material Design Ripple effect suitable for Appbuilder.)

You can add it as sample.It will help me to easy to find it later too. :-)


Tinn Aphopchung (In thread: [Shared] Material Design Ripple effect suitable for Appbuilder.)

After investigate to find.I found one that work smoothly with Appbuilder.And very easy to use

https://github.com/balintsoos/material-ripple

So,I decide to create sample how to use it and share

Download Ripple Effect


Tinn Aphopchung (In thread: [FIX] Disable number click to phone call on IOS)

Sometime in app, IOS detect number is a telephone number. But it just a number, not a telephone number. We can disable it by insert header in Project setting => html tab => custom metadata copy this

Edit. Cannot post a code tag.


Tinn Aphopchung (In thread: Opening a view and getting data from it)
I think,if use variable to store data before view change can resolve this problem too.

Tinn Aphopchung (In thread: Did AppBuilder missing Switch Statement?)

OK. :-)


Tinn Aphopchung (In thread: Did AppBuilder missing Switch Statement?)

I cannot find Switch Statement in AB. (Select case..)

https://www.w3schools.com/js/js_switch.asp

Do I miss something?


Tinn Aphopchung (In thread: Report control cannot be left scrolling)
Thank you.I will find another solution,David. :)

Tinn Aphopchung (In thread: Report control cannot be left scrolling)

Thanks,David.I think swipe in report not use right now. If in use we need to add transition effect after swipe too.

So,About stick header. Is it can be set? Or use some css?

Tinn Aphopchung (In thread: Report control cannot be left scrolling)

I'm glad to here that you understand me.It occur in mobile.I investigating too.Keyword : bootstrap fix header table

https://stackoverflow.com/questions/21168521/scrollable-table-with-fixed-header-in-bootstrap

https://codepen.io/bobmarksie/pen/VadxoK

Maybe some css trick..

But fix header was just a solution to solve,real problem still occur on row data that cannot scroll to left.


Tinn Aphopchung (In thread: Report control cannot be left scrolling)

Download here

I remake your report10 sample.Please compile and run on android device.

And try to scroll to left on data row to see other column.It not functional.

but on header.I can scroll to left.But when scroll down header gone.


Tinn Aphopchung (In thread: Report control cannot be left scrolling)

Hi,David.

I can scroll left by set report overflow to auto.

But I cannot scroll left when I scroll from row that have data on row.(look like it trick as swipe left event.)

And I always can scroll to left on header report perfectly.But header was hidden from report view when I scroll down if I have a lot of row data.(That why I ask how to stick it.)


Tinn Aphopchung (In thread: Report control cannot be left scrolling)

Yes,I think that why they cannot slide to left side to see other column.Because it trick to row swipe event.When they slide to left on data row it not go scroll to other column.

So,another solution.Can we set swipe left or right on row not to happen?


Tinn Aphopchung (In thread: Report control cannot be left scrolling)

Can we set header to sticky when user scroll data up down?I have a problem,because my data have 8 columns.User need to slide left right to see data.They cannot slide on row.They can slide on header or on no data row.



Tinn Aphopchung (In thread: Fix Camera crash on IOS)

Just to share how to fix it in Appbuilder. If you use old camera plugin in cordova. (in Appbuilder too.) After IOS 10 have been change rules.You need to set description when App request permission. How to fix in AppbuilderOpen App option => Cordova tab => Configuration in cordova tab => Extra XML in  Configuration and paste below.

<edit-config target="NSCameraUsageDescription" file="*-Info.plist" mode="merge"> <string>need camera access to take pictures</string> </edit-config>

<edit-config target="NSPhotoLibraryUsageDescription" file="*-Info.plist" mode="merge"> <string>need photo library access to get pictures from there</string> </edit-config>

<edit-config target="NSLocationWhenInUseUsageDescription" file="*-Info.plist" mode="merge"> <string>need location access to find things nearby</string> </edit-config>

<edit-config target="NSPhotoLibraryAddUsageDescription" file="*-Info.plist" mode="merge"> <string>need photo library access to save pictures there</string> </edit-config>

Another solution is use other plugin that update like media-capture(Old camera plugin did not update for 2 years.)


Tinn Aphopchung (In thread: How to set image in dropdown button to center?)

Oh..My problem still there or it happen only me..Can you take a look it?

HeaderMenu


Everybody can read the DecSoft support forum for learning purposes, however only DecSoft customers can post new threads. Purchase one or more licenses of some DecSoft products in order to give this and other benefits.

This website uses some useful cookies to store your preferences.

I agree. Hide this note. Give me more information.