This is my first post, so please don't fire at me if I asked something really stupid

First of all, This is a great Place to learn about physics knowledge and with such great physics engine actually make things a lot easier in the first place, thanks for all contributions

I'm new (very very new) to Physics simulation world indeed, this is my first physics engine touched, and tried to create a game out of it, but I've encounter a problem even though I don't know if it's normal.
I've searched the forum for almost a week, browsed all possible related threads. But for my question doesn't seem to be able to find a "perfect" solution.
Scenario:
I have a kinematic object that I can animate through changing it's position, and I have a dynamic object on top of the Kinematic object, but if I change the position (Gradually in small steps not like teleporting ) of the kinematic object, the dynamic object on top of the Kinematic object doesn't seem to move along with the "animate" kinematic object.. But I suppose there is friction on both object materials? so is this normal?
If it's not normal, could anyone point me a direction how can I make the dynamic object move along with the kinematic object?
If it's normal (the way this engine is designed), Could any expertise provide an "Ultimate" solution or a "better" solution for my case?
I've thought of some solutions but for me it feels like "Band-Aid" solutions..
1. Create constraints on the contact points when the 2 object is touched each other (is this possible? )
2. Just simply move the dynamic object position with the Kinematic when they got contact call back (is this possible? or is it good to do this way? )
3. Just simply set the velocity of the dynamic object with the kinematic object's velocity ( is this possible ? or is it good ? )
4. Just simply set the impulse on the dynamic object for each step simulation which might be the same with kinematic object ( is this possible? would it be out of sync for the 2 objects? )
Any Suggestions or Directions that's best suited for my situation would be much Appreciated


Thanks A Lot!
